-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.16 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.16 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
44
45
46
47
48
49
50
{
"name": "cmpaas",
"version": "1.0.0",
"description": "CMPaaS Backend Project",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CMPaaSProject/CMPaaS.git"
},
"keywords": [
"CMPaaS",
"Concep",
"Map",
"Service",
"Backend"
],
"author": "Wagner de Andrade Perin",
"license": "MIT",
"bugs": {
"url": "https://github.com/CMPaaSProject/CMPaaS/issues"
},
"homepage": "https://github.com/CMPaaSProject/CMPaaS#readme",
"dependencies": {
"bcrypt": "^3.0.0",
"body-parser": "^1.18.3",
"consign": "^0.1.6",
"express": "^4.16.3",
"jsonwebtoken": "^8.3.0",
"moment": "^2.22.2",
"mongoose": "^5.1.6",
"morgan": "^1.9.0",
"multer": "^1.3.1",
"nodemon": "^1.18.4",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"socket.io": "^2.1.1",
"swagger-ui-express": "^3.0.10"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^4.0.0"
}
}