-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 892 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": "riceyak-expressjs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rice-apps/riceyak-expressjs.git"
},
"author": "Rice Apps",
"license": "ISC",
"bugs": {
"url": "https://github.com/rice-apps/riceyak-expressjs/issues"
},
"homepage": "https://github.com/rice-apps/riceyak-expressjs#readme",
"dependencies": {
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"express": "^4.16.2",
"express-rate-limit": "^2.9.0",
"helmet": "^3.12.0",
"jsonwebtoken": "^8.1.0",
"mongoose": "^4.12.3",
"morgan": "^1.9.1",
"request": "^2.83.0",
"sha.js": "^2.4.10",
"underscore": "^1.8.3",
"url": "^0.11.0",
"xml2js": "^0.4.19"
}
}