forked from rsaless/Swapper-API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 827 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
{
"name": "swapper-api",
"version": "1.0.0",
"description": "API Node para o backend da aplicação Swapper",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rsaless/Swapper-API.git"
},
"keywords": [
"Node",
"API",
"MEAN",
"Swapper"
],
"author": "Rafael Sales Pavarina",
"license": "ISC",
"bugs": {
"url": "https://github.com/rsaless/Swapper-API/issues"
},
"homepage": "https://github.com/rsaless/Swapper-API#readme",
"dependencies": {
"body-parser": "^1.18.3",
"consign": "^0.1.6",
"express": "^4.16.4",
"express-validator": "^5.3.0",
"jsonwebtoken": "^8.3.0",
"mysql": "^2.16.0",
"restify": "^7.2.2",
"soap": "^0.25.0"
}
}