-
Notifications
You must be signed in to change notification settings - Fork 198
/
package.json
51 lines (51 loc) · 1.23 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
{
"name": "airport-codes",
"version": "0.0.0",
"description": "Airport Codez!",
"main": "index.js",
"scripts": {
"dev": "gulp",
"build": "gulp build",
"deploy": "gulp build && gulp deploy",
"start": "gulp",
"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.3.3",
"browserify": "14.4.0",
"gulp": "3.9.1",
"gulp-clean-css": "3.4.2",
"gulp-concat-json": "1.0.0",
"gulp-connect": "5.0.0",
"gulp-data": "1.2.1",
"gulp-gh-pages": "0.5.4",
"gulp-pug": "3.3.0",
"gulp-sourcemaps": "2.6.0",
"gulp-stylus": "2.6.0",
"gulp-uglify": "3.0.0",
"gulp-util": "3.0.8",
"jquery": "3.5.0",
"markdown": "0.5.0",
"pugify": "2.0.1",
"sharp": "^0.21.0",
"underscore": "1.8.3",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.9.0"
},
"browserify": {
"transform": [
"pugify"
]
}
}