-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 883 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
{
"name": "hypertweet",
"description": "tweet really fast p2p ?",
"version": "0.3.0",
"author": "Joe Hand <joe@hand.email>",
"bugs": {
"url": "https://github.com/joehand/hypertweet/issues"
},
"bin": {
"hypertweet": "cli.js"
},
"devDependencies": {
"standard": "*",
"tap-spec": "^4.0.2",
"tape": "^4.0.0"
},
"homepage": "https://github.com/joehand/hypertweet",
"keywords": [
"dat",
"hypercore"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/joehand/hypertweet.git"
},
"scripts": {
"test": "standard"
},
"dependencies": {
"chalk": "^1.1.3",
"chirp-stream": "^1.0.1",
"dotenv": "^4.0.0",
"hypercore": "^5.11.2",
"hyperdiscovery": "^6.0.1",
"minimist": "^1.2.0",
"moment": "^2.18.1",
"random-access-memory": "^2.4.0"
}
}