This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 122
/
package.json
67 lines (67 loc) · 1.78 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
65
66
67
{
"name": "GoogleIOWeb",
"private": true,
"scripts": {
"test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
},
"engines": {
"node": ">=0.10.0"
},
"iowa": {
"appDir": "app",
"backendDir": "backend",
"experimentDir": "experiment",
"distDir": "dist",
"urlPrefix": "/io2015",
"experimentUrl": "/experiment/",
"originProd": "https://events.google.com"
},
"devDependencies": {
"blink-diff": "^1.0.7",
"bower": "^1.3.12",
"browser-sync": "^2.0.0-rc8",
"del": "^1.1.1",
"dom-urls": "^0.1.1",
"es6-promise": "^2.0.1",
"glob": "^4.3.5",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.1.0",
"gulp-cache": "^0.2.4",
"gulp-changed": "^1.1.0",
"gulp-chmod": "^1.2.0",
"gulp-concat": "^2.4.3",
"gulp-csso": "^0.2.9",
"gulp-flatten": "^0.0.4",
"gulp-foreach": "0.1.0",
"gulp-if": "^1.2.1",
"gulp-imagemin": "^2.1.0",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.0",
"gulp-load-plugins": "^0.5.3",
"gulp-minify-html": "^0.1.4",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.0",
"gulp-sass": "^2.3.1",
"gulp-sitemap": "^2.0.1",
"gulp-size": "^1.2.0",
"gulp-uglify": "^1.1.0",
"gulp-uncss": "^0.5.2",
"gulp-useref": "^1.1.1",
"gulp-util": "3.0.1",
"gulp-vulcanize": "^5.0.0",
"jshint-stylish": "^0.4.0",
"merge-stream": "^0.1.7",
"node-dir": "0.1.6",
"opn": "^1.0.1",
"psi": "^1.0.4",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.2",
"selenium-standalone": "^3.2.0",
"selenium-webdriver": "^2.44.0",
"sprintf-js": "1.0.2",
"sw-precache": "^1.2.6",
"through2": "0.6.3",
"vinyl-map": "1.0.1",
"yargs": "1.3.3"
}
}