forked from WizardFactory/BlogSyncer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.51 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "blogsyncer-app",
"description": "sync between blogs",
"keywords": [
"oauth",
"blog"
],
"author": {
"name": "Wizard Factory",
"email": "[email protected]",
"url": "http://www.wizardfactory.net"
},
"repository": {
"type": "git",
"url": "git://github.com/WizardFactory/BlogSyncer.git"
},
"bugs": {
"url": "http://github.com/WizardFactory/BlogSyncer/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"private": true,
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"start": "node ./bin/www"
},
"main": "./bin/www",
"dependencies": {
"async": "^0.9.2",
"body-parser": "~1.0.0",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"express": "~4.2.0",
"express-session": "~1.2.1",
"html-entities": "^1.1.2",
"jade": "~1.3.0",
"minimal-metainspector": "^1.1.1",
"mongoose": "~4.1.6",
"morgan": "~1.0.0",
"oauth": "*",
"passport": "~0.2.2",
"passport-facebook": "~2.0.0",
"passport-google-oauth": "~0.1.5",
"passport-kakao": "~0.0.2",
"passport-tistory": "~0.1.0",
"passport-tumblr": "~0.1.2",
"passport-twitter": "~1.0.2",
"passport-wordpress": "~0.0.3",
"q": "~1.1.2",
"request": "~2.61.0",
"serve-favicon": "~2.1.5",
"shorturl": "0.0.3",
"socket.io": "~1.0.6",
"tumblr.js": "~0.0.4",
"twitter": "^1.2.5",
"winston": "~1.0.0"
},
"devDependencies": {
"mocha": "^2.3.3"
}
}