-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.39 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
{
"name": "sybil",
"version": "0.0.1",
"description": "sybil =====",
"main": "core/init.coffee",
"directories": {
"doc": "doc",
"test": "test"
},
"dependencies": {
"agent-base": "*",
"async": "~0.2.9",
"cheerio": "~0.17.0",
"coffee-script": "~1.8.0",
"commander": "~2.2.0",
"cookie": "~0.1.0",
"create-error": "~0.3.1",
"debug": "~0.8.1",
"error-doc": "0.0.3",
"eventex": "0.0.0",
"express": "~3.4.0",
"extend": "~1.2.1",
"feedparser": "~0.16.1",
"iconv": "~2.0.7",
"install": "~0.1.7",
"jquery": "~1.8.3",
"lodash": "~2.4.1",
"lru-cache": "~2.5.0",
"message-center": "latest",
"moment": "~2.5.0",
"mongodb": "~1.3.10",
"node-http-gateway": "0.0.14",
"node-tasks": "~0.0.0",
"npm": "~1.3.5",
"proxy-agent": "*",
"safe-file-writer": "0.0.0",
"sanitizer": "~0.0.15",
"tough-cookie": "~0.12.1",
"underscore": "~1.6.0",
"ws": "~0.4.32",
"xml2js": "~0.2.8"
},
"devDependencies": {
"coffee-script": "~1.6.3",
"moment": "~2.5.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/NStal/sybil.git"
},
"keywords": [
"sybil",
"reader",
"p2p"
],
"author": "NStal",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/NStal/sybil/issues"
}
}