forked from google/WebFundamentals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "WebFundamentals",
"version": "1.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": {
"adm-zip": "^0.4.4",
"blueimp-md5": "^1.1.0",
"colors": "^1.0.3",
"commander": "^2.5.0",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.6.0",
"grunt-contrib-csslint": "~0.3.1",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-htmlmin": "~0.3.0",
"grunt-contrib-imagemin": "^0.9.2",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-gae": "^0.2.4",
"grunt-open": "~0.2.3",
"grunt-sass": "^0.17.0",
"grunt-webfont": "~0.4.8",
"js-yaml": "^3.2.2",
"latest-release": "^1.0.0",
"marked": "^0.3.2",
"matchdep": "~0.3.0",
"mkdirp": "^0.5.0",
"moment": "^2.8.3",
"rimraf": "^2.2.8",
"time-grunt": "~1.0.0",
"underscore": "^1.7.0"
},
"private": true
}