forked from BugsGroup/Greenfield-Project
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 864 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
{
"name": "bugs",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maramalquraan/Greenfield-Project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/maramalquraan/Greenfield-Project/issues"
},
"homepage": "https://github.com/maramalquraan/Greenfield-Project#readme",
"dependencies": {
"angular": "^1.6.6",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.0",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.7",
"express": "^4.16.1",
"express-session": "^1.15.6",
"mongoose": "^4.11.14",
"nodemon": "^1.12.1",
"promise": "^8.0.1",
"request": "^2.83.0"
}
}