-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 757 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 757 Bytes
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
{
"name": "generAPI",
"version": "0.0.1",
"repository": "git://github.com/jelcaf/generAPI.git",
"private": true,
"dependencies": {
"express": "^3.5.1",
"gulp": "^3.6.0",
"gulp-less": "^1.2.3",
"gulp-util": "^2.2.14",
"jade": "^1.3.0",
"underscore": "^1.6.0",
"binary-csv": "^0.1.7",
"mongoose": "^3.8.8"
},
"devDependencies": {
"bower": "^1.3.1",
"node-dev": "^2.1.6",
"gulp-jshint": "^1.5.3",
"jshint-stylish": "^0.1.5",
"gulp-mocha": "^0.4.1",
"chai": "^1.9.1"
},
"scripts": {
"start": "node server/app.js",
"postinstall": "./node_modules/.bin/bower prune && ./node_modules/.bin/bower install && ./node_modules/.bin/gulp",
"test": "./node_modules/.bin/gulp test"
}
}