forked from emgram769/livechan-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "LiveChan",
"version": "0.0.1",
"description": "4chan without threads which auto-updates",
"main": "web.js",
"_comment_1": "we should probably change the main script, it shouldn't start a server, says http://package.json.nodejitsu.com/ (hover over the main part on there)",
"scripts": {
"start": "node web.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/emgram769/live4chan.git"
},
"keywords": [
"live",
"ajax",
"imageboard",
"chat"
],
"author": "emgram769",
"license": "BSD",
"dependencies": {
"captcha": "~0.0.4",
"canvas": "~1.1.3",
"connect-form": "~0.2.1",
"express": "~3.4.7",
"ipfilter": "~0.0.4",
"logfmt": "~0.18.1",
"socket.io": "~0.9.16",
"tripcode": "~1.1.0",
"mongoose": "*",
"gm": "*"
},
"engine": "node >= 0.10.0",
"bugs": {
"url": "https://github.com/emgram769/live4chan/issues"
},
"homepage": "https://github.com/emgram769/live4chan"
}