File tree 2 files changed +39
-1
lines changed
2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ node_modules/
11
11
.grunt-gae-pid
12
12
src /css /styles.css
13
13
src /css /styles.min.css
14
-
14
+ dist
15
+ .tmp
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " airhorn" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " A sample web app that lets you use your site as an airhorn." ,
5
+ "devDependencies" : {
6
+ "browser-sync" : " ^2.7.13" ,
7
+ "del" : " ^1.2.0" ,
8
+ "gulp" : " ^3.9.0" ,
9
+ "gulp-autoprefixer" : " ^2.3.1" ,
10
+ "gulp-cache" : " ^0.2.10" ,
11
+ "gulp-changed" : " ^1.2.1" ,
12
+ "gulp-concat" : " ^2.6.0" ,
13
+ "gulp-csso" : " ^1.0.0" ,
14
+ "gulp-if" : " ^1.2.5" ,
15
+ "gulp-imagemin" : " ^2.3.0" ,
16
+ "gulp-jshint" : " ^1.11.2" ,
17
+ "gulp-load-plugins" : " ^1.0.0-rc.1" ,
18
+ "gulp-minify-html" : " ^1.0.3" ,
19
+ "gulp-sass" : " ^2.0.3" ,
20
+ "gulp-size" : " ^1.2.3" ,
21
+ "gulp-uglify" : " ^1.2.0" ,
22
+ "gulp-uncss" : " ^1.0.2" ,
23
+ "gulp-useref" : " ^1.2.0" ,
24
+ "psi" : " ^1.0.6" ,
25
+ "run-sequence" : " ^1.1.1"
26
+ },
27
+ "repository" : {
28
+ "type" : " git" ,
29
+ "url" : " git+https://github.com/GoogleChrome/airhorn.git"
30
+ },
31
+ "author" : " Paul Kinlan" ,
32
+ "license" : " Apache 2" ,
33
+ "bugs" : {
34
+ "url" : " https://github.com/GoogleChrome/airhorn/issues"
35
+ },
36
+ "homepage" : " https://github.com/GoogleChrome/airhorn#readme"
37
+ }
You can’t perform that action at this time.
0 commit comments