forked from google/WebFundamentals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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
{
"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": {},
"private": true,
"dependencies": {
"chalk": "^1.1.3",
"del": "^2.2.2",
"globule": "^1.0.0",
"googleapis": "^12.4.0",
"gulp": "^3.9.1",
"gulp-util": "^3.0.7",
"handlebars": "^4.0.5",
"handlebars-helpers": "^0.7.5",
"js-yaml": "^3.6.1",
"marked": "^0.3.6",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"moment": "^2.14.1",
"require-dir": "^0.3.0",
"rsync": "^0.5.0",
"run-sequence": "^1.2.2"
},
"scripts": {
"postinstall": "gulp build",
"build": "gulp build",
"test": "gulp test",
"prestart": "gulp build",
"start": "./start-appengine.sh"
}
}