-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 819 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
{
"name": "node_server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amaumba1/node_server.git"
},
"author": "Ally Maumba",
"license": "MIT",
"bugs": {
"url": "https://github.com/amaumba1/node_server/issues"
},
"homepage": "https://github.com/amaumba1/node_server#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.2",
"express": "^4.15.4",
"jwt-simple": "^0.5.1",
"mongoose": "^4.11.7",
"morgan": "^1.8.2",
"nodemon": "^1.11.0",
"passport": "^0.4.0",
"passport-jwt": "^3.0.0",
"passport-local": "^1.0.0",
"regex": "^0.1.1"
}
}