This repository has been archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
/
package.json
62 lines (62 loc) · 1.81 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": "(cd dist; python test_runner.py ${CLOUD_SDK-~/google-cloud-sdk} ../tests/)",
"generate-api-docs-2": "cd scripts && node generate_api_docs_2.js",
"generate-api-docs-1": "cd scripts && node generate_api_docs_1.js",
"generate-api-docs-3": "cd scripts && node generate_api_docs_3.js"
},
"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",
"dom-serializer": "github:cheeriojs/dom-serializer#d26e453",
"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-highlight": "^2.1.0",
"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-rename": "^1.2.2",
"gulp-run": "^1.7.1",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"highlight.js": "^9.12.0",
"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-analyzer": "^2.0.0",
"polymer-cli": "^1.0.0",
"run-sequence": "^1.1.4",
"sw-precache": "^5.0.0",
"toc": "PolymerLabs/node-toc",
"yargs": "^3.29.0"
}
}