forked from nainglinaung/node-question-and-answer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 885 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
36
37
38
{
"name": "blog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jasmine-node ./spec/answerSpec.js",
"start": "nodemon ./server/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.10.0",
"bson": "^0.2.18",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.3",
"express": "^4.10.6",
"express-session": "^1.10.1",
"faker": "^2.1.2",
"jade": "^1.8.2",
"method-override": "^2.3.1",
"moment": "^2.8.4",
"mongoose": "^3.8.21",
"passport": "^0.2.1",
"passport-local": "^1.0.0"
},
"devDependencies": {
"bower": "^1.3.12",
"faker": "^2.1.1",
"jasmine-node": "^1.14.5",
"nodemon": "^1.3.0",
"prettyjson": "^1.0.0",
"request": "^2.51.0",
"supertest": "^0.15.0",
"winston": "^0.8.3"
}
}