Skip to content

Commit f68af64

Browse files
committed
Add package.json to repository (fixes #2)
1 parent b92fe21 commit f68af64

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ node_modules/
1111
.grunt-gae-pid
1212
src/css/styles.css
1313
src/css/styles.min.css
14-
14+
dist
15+
.tmp

package.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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+
}

0 commit comments

Comments
 (0)