forked from ampproject/amp-by-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.53 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
63
{
"name": "amp-by-example",
"version": "1.0.0",
"description": "AMP by example",
"repository": {
"type": "git",
"url": "https://github.com/ampproject/amp-by-example.git"
},
"private": true,
"main": "app.js",
"engines": {
"node": ">=4.0.0"
},
"author": "The AMP HTML Authors",
"license": "Apache-2.0",
"scripts": {
"start": "gulp serve"
},
"dependencies": {
"basscss": "^8.0.3",
"basscss-basic": "^1.0.0",
"compression": "^1.6.1",
"connect": "^3.4.0",
"express": "^4.13.4",
"gcloud": "^0.27.0"
},
"devDependencies": {
"amphtml-validator": "^1.0.15",
"clean-css": "^3.4.10",
"del": "^2.2.0",
"eslint": "^2.0.0",
"eslint-plugin-google-camelcase": "0.0.2",
"gulp": "^3.9.1",
"gulp-amphtml-validator": "^1.0.0",
"gulp-bower": "0.0.13",
"gulp-cached": "^1.1.0",
"gulp-change": "^1.0.0",
"gulp-clean": "^0.3.1",
"gulp-diff": "^1.0.0",
"gulp-eslint": "^1.1.1",
"gulp-favicons": "^2.2.6",
"gulp-file": "^0.2.0",
"gulp-help": "^1.6.1",
"gulp-if": "^2.0.0",
"gulp-ignore": "^2.0.2",
"gulp-jasmine": "^2.2.1",
"gulp-live-server": "0.0.29",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.2",
"gulp-util": "^3.0.7",
"highlight.js": "^9.7.0",
"hogan.js": "^3.0.2",
"js-beautify": "^1.6.1",
"marked": "^0.3.5",
"mkdirp": "^0.5.1",
"postcss-import": "^8.2.0",
"run-sequence": "^1.1.5",
"sitemap": "^1.5.0",
"string": "^3.3.1",
"through2": "^2.0.1",
"yargs": "^3.10.0"
}
}