-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (36 loc) · 811 Bytes
/
package.json
File metadata and controls
executable file
·37 lines (36 loc) · 811 Bytes
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
36
37
{
"name": "men-stack-starter-kit",
"version": "0.0.2",
"private": false,
"repository" : {
"type" : "git",
"url" : "https://github.com/NutBoltu/men-stack-starter-kit.git"
},
"scripts": {
"start": "NODE_ENV=production node server.js",
"dev": "nodemon server.js"
},
"author": "Farhad Yasir",
"license": "MIT",
"keywords": [
"mongo node express starter",
"mongo express starter",
"men stack"
],
"dependencies": {
"async": "^2.1.4",
"bcrypt": "^1.0.1",
"bluebird":"^3.4.6",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"express-validator":"^2.21.0",
"jwt-simple": "^0.5.1",
"lodash": "^4.17.2",
"moment": "^2.17.1",
"mongoose": "^4.7.2",
"winston": "^2.3.0"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}