-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.08 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.08 KB
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
{
"name": "ERP",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "mocha test/backend-test/personRest-test.js",
"setup": "node ./scripts/setupDatabase.js",
"createcounter": "node ./scripts/createDatabaseCounters.js"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"deprecate": "^0.1.0",
"express": "~4.13.1",
"express-jwt": "^3.3.0",
"jade": "~1.11.0",
"jsonwebtoken": "^5.5.0",
"mongoose": "^4.1.3",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0",
"socket.io": "^1.3.6"
},
"devDependencies": {
"bower": "^1.7.9",
"gulp": "^3.9.0",
"gulp-cssmin": "^0.1.7",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.4",
"gulp-mocha": "^2.1.3",
"gulp-nodemon": "^2.0.4",
"gulp-sass": "^2.3.2",
"gulp-scss": "^1.3.17",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.6",
"jshint-stylish": "^2.0.1",
"mocha": "^2.3.3",
"nodemon": "^1.11.0",
"should": "^7.1.0",
"supertest": "^1.1.0"
}
}