-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 819 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 819 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
30
31
32
33
{
"name": "action-box",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node start.js",
"test": "mocha --recursive --timeout 10000",
"coverage": "istanbul cover _mocha -- --recursive --timeout 10000"
},
"dependencies": {
"angular": "^1.5.5",
"angular-moment": "^1.0.0-beta.6",
"bcrypt": "^0.8.5",
"body-parser": "~1.9.2",
"chai": "^3.5.0",
"cookie-parser": "^1.4.0",
"express": "3.2.3",
"istanbul": "^0.4.3",
"jade": "*",
"jquery": "^2.2.3",
"jwt-simple": "^0.3.1",
"method-override": "^2.3.5",
"mocha": "^2.4.5",
"moment": "^2.13.0",
"mongodb": ">=0.9.6-7",
"mongoose": ">=3.6",
"morgan": "~1.5.0",
"nodemailer": "^2.4.2",
"passport": "^0.3.0",
"passport-jwt": "^1.2.1",
"request": "^2.72.0"
}
}