forked from GoogleChromeLabs/airhorn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "airhorn",
"version": "1.0.0",
"description": "A sample web app that lets you use your site as an airhorn.",
"devDependencies": {
"browser-sync": "^2.24.4",
"comlinkjs": "^2.4.1",
"del": "^1.2.0",
"es6-promise": "^3.2.1",
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-cache": "^0.2.10",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.6.0",
"gulp-csso": "^1.0.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-html": "^1.0.3",
"gulp-size": "^1.2.3",
"gulp-uglify": "^1.2.0",
"gulp-uncss": "^1.0.2",
"gulp-useref": "^1.2.0",
"run-sequence": "^1.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoogleChrome/airhorn.git"
},
"author": "Paul Kinlan",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GoogleChrome/airhorn/issues"
},
"homepage": "https://github.com/GoogleChrome/airhorn#readme"
}