forked from m4rm0k/WebFundamentals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.56 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
64
{
"name": "WebFundamentals",
"version": "1.0.1",
"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.7",
"babelify": "^6.3.0",
"browser-sync": "^2.9.8",
"browserify": "^11.0.1",
"colors": "^1.1.2",
"commander": "^2.9.0",
"del": "^1.2.0",
"glob": "^5.0.14",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-csso": "^1.0.0",
"gulp-if": "^1.2.5",
"gulp-load-plugins": "^0.10.0",
"gulp-sass": "^2.0.1",
"gulp-size": "^1.2.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-streamify": "^1.0.2",
"js-yaml": "^3.4.3",
"moment": "^2.10.6",
"request": "^2.60.0",
"require-dir": "^0.3.0",
"rimraf": "^2.4.3",
"run-sequence": "^1.1.0",
"vinyl-source-stream": "^1.1.0",
"webpagetest": "^0.3.3"
},
"private": true,
"dependencies": {
"chalk": "^1.0.0",
"globby": "^3.0.1",
"googleapis": "^2.1.3",
"gulp-cache": "^0.2.10",
"gulp-copy": "0.0.2",
"gulp-imagemin": "^2.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-using": "0.0.1",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.2.4",
"inquirer": "^0.10.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"through2": "^2.0.0"
},
"scripts": {
"test": "node tools/bigrig/bigrig.js"
}
}