This repository has been archived by the owner on May 31, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
70 lines (70 loc) · 1.57 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
70
{
"name": "message-land",
"description": "cabal on the internets!",
"version": "1.0.0",
"author": "Joe Hand <[email protected]>",
"bugs": {
"url": "https://github.com/cabal-club/message-land"
},
"devDependencies": {
"bankai": "^9.15.0",
"brfs": "^2.0.1",
"budo": "^11.5.0",
"compression": "^1.7.3",
"dependency-check": "^3.2.1",
"express": "^4.16.4",
"express-ws": "^4.0.0",
"hsts": "^2.1.0",
"sheetify-nested": "^1.0.2",
"standard": "*"
},
"homepage": "https://github.com/cabal-club/message-land",
"keywords": [
"dat",
"hypercore",
"irc",
"cabal",
"chat",
"p2p"
],
"main": "client.js",
"repository": {
"type": "git",
"url": "https://github.com/cabal-club/message-land.git"
},
"scripts": {
"build": "bankai build client.js",
"dev": "node server/dev.js",
"start": "node server",
"test": "standard && npm run test-deps",
"test-deps": "dependency-check . && dependency-check . --extra --no-dev -i tachyons"
},
"dependencies": {
"cabal-core": "^4.0.0",
"choo": "^6.13.1",
"choo-devtools": "^2.5.1",
"choo-service-worker": "^2.4.0",
"collect-stream": "^1.2.1",
"hypercore-crypto": "^1.0.0",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"pump": "^3.0.0",
"random-access-idb": "^1.2.0",
"sheetify": "^7.3.3",
"tachyons": "^4.11.1",
"websocket-stream": "^5.1.2"
},
"engines": {
"node": "10.x"
},
"browserify": {
"transform": [
"brfs"
]
},
"sheetify": {
"transform": [
"sheetify-nested"
]
}
}