forked from Polymer/old-docs-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.61 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "PolymerDocs",
"version": "1.0.0",
"private": true,
"description": "Polymer documentation site",
"engines": {
"node": ">=5.0.0"
},
"scripts": {
"postinstall": "bower install; gulp",
"deploy": "scripts/deploy.sh",
"test": "python dist/test_runner.py ~/google-cloud-sdk tests/"
},
"repository": {
"type": "git",
"url": "https://github.com/Polymer/docs"
},
"bugs": {
"url": "https://github.com/Polymer/docs/issues"
},
"homepage": "https://www.polymer-project.org/1.0/",
"devDependencies": {
"browser-sync": "^2.9.12",
"clone": "^2.1.0",
"css-slam": "^1.1.0",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^1.3.0",
"gulp-crisper": "^1.0.0",
"gulp-cssmin": "^0.1.7",
"gulp-gray-matter": "^2.2.1",
"gulp-help": "^1.6.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^1.12.0",
"gulp-license": "^1.0.0",
"gulp-load-plugins": "^1.1.0",
"gulp-minify-html": "^1.0.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-run": "^1.7.1",
"gulp-sass": "^2.1.0",
"gulp-style-modules": "^0.1.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"gulp-vulcanize": "^6.0.1",
"highlight.js": "^8.9.1",
"html-escape": "^2.0.0",
"jshint-stylish": "^2.0.1",
"markdown-it": "^6.0.1",
"markdown-it-attrs": "^0.1.8",
"merge-stream": "^1.0.0",
"polymer-cli": "0.18.0-pre.10",
"run-sequence": "^1.1.4",
"toc": "PolymerLabs/node-toc",
"yargs": "^3.29.0"
},
"dependencies": {
"clone": "^2.1.0"
}
}