-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.17 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
{
"name": "readbox",
"version": "1.0.1",
"private": true,
"scripts": {
"start": "node ./bin/readbox"
},
"description": "a web app just like read it later,use chrome extension add a web page to your readbox .",
"author": {
"email": "[email protected]",
"github": "https://github.com/JohnnieFucker",
"name": "JohnnieFucker"
},
"repository": {
"type": "git",
"url": "https://github.com/JohnnieFucker/readbox.git"
},
"dependencies": {
"bluebird": "^2.10.2",
"body-parser": "~1.10.2",
"compression": "^1.6.0",
"connect-redis": "^3.0.1",
"cookie-parser": "~1.3.3",
"debug": "~2.6.0",
"ejs": "^2.5.7",
"express": "~4.11.1",
"express-partials": "^0.3.0",
"express-session": "^1.11.3",
"jsonfile": "^4.0.0",
"jwt-simple": ">=0.5.3",
"moment": "^2.9.0",
"mongoose": ">=5.7.5",
"morgan": "^1.6.1",
"node-readability": "git://github.com/JohnnieFucker/readability.git#23eca55",
"redis": "^2.2.5",
"request": "^2.81.0",
"serve-favicon": "~2.2.0",
"to-markdown": "0.0.3",
"underscore": "^1.8.3",
"underscore.string": "^3.2.2",
"wechat": "^2.0.2",
"wechat4u": "^0.3.3"
}
}