forked from KPJS/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 956 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
39
40
{
"name": "KPJS-blog",
"version": "0.0.0",
"dependencies": {
"body-parser": "^1.14.2",
"express": "^4.13.4",
"express-session": "^1.13.0",
"hbs": "^4.0.0",
"mongodb": "^2.1.6",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"passport-github": "^1.1.0",
"passport-google-oauth": "^1.0.0",
"passport-twitter": "^1.0.4",
"session-file-store": "0.0.24",
"winston": "^2.1.1"
},
"devDependencies": {
"jscs": "^2.9.0",
"jshint": "^2.9.1",
"mocha": "^2.4.5"
},
"scripts": {
"start": "node app.js",
"pretest": "jshint --verbose *.js controllers/*.js",
"test": "mocha tests/ --reporter spec",
"posttest": "jscs --verbose *.js controllers/*.js"
},
"engines": {
"node": "4.2.x"
},
"repository": {
"type": "git",
"url": "https://github.com/KPJS/blog.git"
},
"bugs": {
"url": "https://github.com/KPJS/blog/issues"
},
"license": "Unlicense"
}