-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.16 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
{
"name": "agg",
"version": "0.1.0",
"scripts": {
"start": "DEBUG=agg ./bin/www",
"postinstall": "./node_modules/bower/bin/bower install",
"build": "gulp build",
"watch": "gulp"
},
"engines": {
"node": "0.10.x"
},
"main": "app.js",
"dependencies": {
"backbone": "^1.1.2",
"body-parser": "^1.9.2",
"bower": "^1.3.12",
"cookie-parser": "^1.3.3",
"debug": "^2.1.0",
"express": "^4.10.1",
"handlebars": "^3.0.2",
"hogan-express": "^0.5.2",
"jquery": "^2.1.3",
"less-middleware": "^1.0.4",
"lodash": "^2.4.1",
"moment": "^2.10.2",
"morgan": "^1.5.0",
"newrelic": "^1.14.7",
"serve-favicon": "^2.1.6"
},
"devDependencies": {
"browserify": "^10.0.0",
"gulp": "^3.8.10",
"gulp-jshint": "^1.9.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"hbsfy": "^2.2.1",
"jshint-stylish": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/adamgruber/agg"
},
"browser": "browser/main.js"
}