forked from Tandem4/Tandem-Public-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 909 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 909 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
34
35
36
37
38
39
40
41
{
"name": "public-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start-dev": "nodemon index.js",
"start-prod": "forever start index.js",
"test": "mocha"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^0.8.7",
"bluebird": "^3.4.1",
"body-parser": "^1.15.2",
"crypto": "0.0.3",
"express": "^4.14.0",
"express-jwt": "^3.4.0",
"forever": "^0.15.2",
"jade": "^1.11.0",
"jsonwebtoken": "^7.0.1",
"jwt-simple": "^0.5.0",
"mongo": "^0.1.0",
"mongoose": "^4.5.1",
"morgan": "^1.7.0",
"mysql": "^2.11.1",
"node-uuid": "^1.4.7",
"nodemailer": "^0.7.1",
"nodemon": "^1.9.2",
"pug": "^2.0.0-beta3",
"redis": "^2.6.2",
"tandem-db": "^1.0.6"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3",
"supertest": "^1.2.0"
}
}