-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
69 lines (69 loc) · 1.46 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
66
67
68
69
{
"name": "netention",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "http://github.com/automenta/netjs.git"
},
"main": "netention.js",
"dependencies": {
"JSONStream": "",
"body-parser": "",
"cheerio": "",
"compression": "",
"connect-dyncache": "",
"cookie": "",
"cookie-parser": "",
"cookie-session": "",
"corser": "",
"couch-pwd": "",
"ejs": "",
"escape-html": "",
"eventemitter2": "",
"express": "4.7.1",
"feedparser": "",
"geolib": "",
"graphlib": "0.7.2",
"http-auth": "",
"fs": "",
"ical": "",
"irc": "",
"jade": "",
"jsdom": "",
"jsonpack": "",
"levelup": "0.19.0",
"level-queryengine":"",
"jsonquery-engine":"",
"lockit": "1.2.0",
"lockit-utils": "0.5.0",
"level": "0.18.0",
"nan": "2.6.2",
"lodash": "",
"memdown": "",
"ms": "",
"natural": "",
"parted": "",
"peer": "floatdrop/peerjs-server#express",
"pson": "",
"q": "",
"request": "",
"rivescript": "",
"rss": "",
"socket.io": "1.0.6",
"socket.io-client": "1.0.6",
"stopwords": "",
"telepathine": "automenta/telepathine",
"ya-csv": ""
},
"devDependencies": {
"always": "",
"grunt": "^0.4.5",
"grunt-contrib-csslint": "^0.2.0",
"grunt-mocha-istanbul": "^1.5.0",
"grunt-plato": "^1.1.0",
"mocha": ""
},
"scripts": {
"test": "mocha server/test/test_{web,object,ontology}.js"
}
}