-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
44 lines (44 loc) · 1017 Bytes
/
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": "hyperirc-web",
"description": "read hyperirc over websockets",
"version": "1.0.0",
"author": "Joe Hand <[email protected]>",
"bugs": {
"url": "https://github.com/joehand/hyperirc-web/issues"
},
"devDependencies": {
"standard": "*",
"tap-spec": "^4.0.2",
"tape": "^4.0.0"
},
"homepage": "https://github.com/joehand/hyperirc-web",
"keywords": [
"dat",
"hypercore",
"irc"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/joehand/hyperirc-web.git"
},
"scripts": {
"build": "bankai build index.js dist/",
"start": "bankai index.js -w"
},
"dependencies": {
"autolinker": "^1.4.3",
"bankai": "^8.1.1",
"choo": "^5.6.2",
"choo-log": "^6.1.2",
"hypercore": "^6.6.3",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"pump": "^1.0.2",
"random-access-memory": "^2.4.0",
"sheetify": "^6.1.0",
"tachyons": "^4.7.4",
"websocket-stream": "^5.0.0"
}
}