-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 759 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
{
"name": "api-photo",
"version": "1.0.0",
"description": "Funcionalidad de backend photo",
"main": "server.js",
"scripts": {
"test": "mocha test/"
},
"author": "Ronalses Aguilar",
"license": "ISC",
"dependencies": {
"bcrypt": "^0.8.7",
"body-parser": "^1.15.2",
"connect-redis": "^3.1.0",
"express": "^4.14.0",
"express-formidable": "^1.0.0",
"express-session": "^1.14.2",
"jwt-simple": "^0.5.0",
"method-override": "^2.3.6",
"moment": "^2.16.0",
"mongoose": "^4.6.6",
"redis": "^2.6.3",
"socket.io": "^1.5.1"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"mocha": "^3.1.2",
"supertest": "^2.0.1",
"supertest-as-promised": "^4.0.2"
}
}