forked from google/WebFundamentals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.33 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
{
"name": "WebFundamentals",
"version": "2.0.0",
"description": "Google Web Fundamentals",
"repository": {
"type": "git",
"url": "https://github.com/google/WebFundamentals.git"
},
"keywords": [
"web",
"fundamentals"
],
"bugs": {
"url": "https://github.com/google/WebFundamentals/issues"
},
"homepage": "https://github.com/google/WebFundamentals",
"devDependencies": {
"gulp-remark": "^3.0.0"
},
"private": true,
"dependencies": {
"chalk": "^1.1.3",
"del": "^2.2.2",
"github": "^8.1.1",
"globule": "^1.0.0",
"googleapis": "^12.4.0",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.7",
"handlebars": "^4.0.5",
"handlebars-helpers": "^0.7.5",
"js-yaml": "^3.6.1",
"marked": "^0.3.6",
"mdast-util-to-string": "^1.0.2",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"moment": "^2.14.1",
"parse-diff": "^0.4.0",
"remark": "^6.2.0",
"remark-html": "^5.1.0",
"remark-lint": "^5.4.0",
"require-dir": "^0.3.0",
"rsync": "^0.5.0",
"run-sequence": "^1.2.2",
"unist-util-visit": "^1.1.1",
"vfile": "^2.0.1"
},
"scripts": {
"clean": "gulp clean",
"postinstall": "gulp build",
"build": "gulp build",
"test": "gulp test",
"prestart": "gulp build",
"start": "./start-appengine.sh"
}
}