This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.54 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
{
"name": "Tradle",
"url": "http://tradle.io/app/Tradle/home/",
"description": "Tradle blockchain apps",
"version": "0.0.1",
"bugs": {
"url": "https://github.com/tradle/chromeapp/issues"
},
"scripts": {
"postinstall": "grunt setup"
},
"browser": {
"fs": "browserify-fs",
"dgram": "chrome-dgram",
"net": "chrome-net",
"request": "browser-request",
"dns": "dns.js"
},
"dependencies": {
"bitjoe-js": "git://github.com/tradle/bitjoe-js",
"bitkeeper-js": "git://github.com/tradle/bitkeeper-js",
"bittorrent-dht": "git://github.com/tradle/bittorrent-dht",
"browser-request": "^0.3.3",
"browserify-fs": "^1.0.0",
"chrome-dgram": "^2.0.5",
"chrome-net": "^2.3.1",
"concat-stream": "^1.4.7",
"dns.js": "^1.0.0",
"keycombo": "0.0.2",
"mkdirp": "^0.5.0",
"q": "^1.1.2",
"qtask": "^0.0.3"
},
"devDependencies": {
"brfs": "^1.2.0",
"browserify": "^9.0.3",
"cheerio": "^0.18.0",
"grunt": "^0.4.5",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-crx": "^0.3.4",
"grunt-githooks": "^0.3.1",
"grunt-jsbeautifier": "^0.2.7",
"grunt-webstore-upload": "^0.8.2",
"load-grunt-tasks": "^2.0.0",
"ncp": "^2.0.0",
"preprocess": "^2.1.0",
"rimraf": "^2.3.2"
},
"keywords": [
"bitcoin",
"blockchain",
"bittorrent"
],
"license": "MIT",
"main": "index.html",
"repository": {
"type": "git",
"url": "git://github.com/tradle/chromeapp.git"
}
}