forked from makinhs/rest-api-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 788 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
{
"name": "rest-api-tutorial",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/makinhs/rest-api-tutorial.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/makinhs/rest-api-tutorial/issues"
},
"homepage": "https://github.com/makinhs/rest-api-tutorial#readme",
"dependencies": {
"body-parser": "1.7.0",
"express": "^4.8.7",
"jsonwebtoken": "^7.3.0",
"moment": "^2.17.1",
"moment-timezone": "^0.5.13",
"mongoose": "^5.1.1",
"node-uuid": "^1.4.8",
"swagger-ui-express": "^2.0.13",
"sync-request": "^4.0.2"
}
}