forked from lynnandtonic/airport-codes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.19 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
{
"name": "airport-codes",
"version": "0.0.0",
"description": "Airport Codez!",
"main": "index.js",
"scripts": {
"dev": "gulp",
"build": "gulp build",
"deploy": "gulp deploy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lynnandtonic/airport-codes.git"
},
"author": "Lynn Fisher",
"license": "ISC",
"bugs": {
"url": "https://github.com/lynnandtonic/airport-codes/issues"
},
"homepage": "https://github.com/lynnandtonic/airport-codes",
"devDependencies": {
"backbone": "^1.1.2",
"browserify": "^8.1.3",
"gulp": "^3.8.11",
"gulp-concat-json": "^1.0.0",
"gulp-data": "^1.2.0",
"gulp-gh-pages": "^0.4.0",
"gulp-jade": "^0.11.0",
"gulp-minify-css": "^1.0.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-stylus": "^2.0.0",
"gulp-util": "^3.0.3",
"gulp-webserver": "^0.9.0",
"jade": "^1.9.2",
"jadeify": "^4.0.1",
"jquery": "^2.1.3",
"markdown": "^0.5.0",
"underscore": "^1.8.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.3.0"
},
"browserify": {
"transform": [
"jadeify"
]
}
}