forked from Canvus2/artsa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 932 Bytes
/
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
{
"name": "scratch-project",
"version": "1.0.0",
"description": "chicken-scratch",
"main": "main.js",
"scripts": {
"start": "node server.js",
"dev-start": "nodemon server.js",
"test": "export NODE_ENV=test && mocha --timeout 8000 test/"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"dependencies": {
"body-parser": "^1.17.1",
"chai": "^3.5.0",
"expect": "^1.20.2",
"express": "^4.15.2",
"express-handlebars": "^3.0.0",
"http": "0.0.0",
"jQuery": "^1.7.4",
"jquery": "^3.2.1",
"mocha": "^3.2.0",
"mongodb": "^2.2.25",
"mongoose": "^4.9.2",
"request": "^2.81.0",
"require": "^2.4.20",
"sequelize": "^3.30.4",
"sinon": "^2.1.0",
"sinon-mongoose": "^1.3.0",
"socket.io": "^1.7.3",
"superagent": "^3.5.2",
"supertest": "^3.0.0",
"zombie": "^5.0.5"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}