-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "recipebox",
"version": "1.0.0",
"description": "the web server for the recipebox project",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"start": "node wwwroot/server.js",
"postinstall": "tsd install && bower install && gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harvardd4d/recipebox-server2.git"
},
"author": "Richard Zou",
"license": "ISC",
"bugs": {
"url": "https://github.com/harvardd4d/recipebox-server2/issues"
},
"homepage": "https://github.com/harvardd4d/recipebox-server2#readme",
"dependencies": {
"body-parser": "^1.13.2",
"bower": "^1.4.1",
"express": "^4.13.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-ng-annotate": "^1.0.0",
"gulp-nodemon": "^2.0.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-typescript": "^2.8.0",
"gulp-uglify": "^1.2.0",
"lodash": "^3.10.0",
"mongoose": "^4.0.8",
"tsd": "^0.6.3"
},
"engines": {
"node": "0.12.7"
}
}