-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
75 lines (75 loc) · 2.02 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
71
72
73
74
75
{
"name": "react-image-publisher",
"version": "1.0.0",
"description": "A common blockchain React component for publishing images with Bitstore and Open Publish",
"main": "build/index.js",
"scripts": {
"build": "make",
"build-dev": "watchify example/example.js -o example/build.js -t babelify -v -d",
"watch": "nodemon --exec make --ignore example/ --ignore build/",
"test": "npm run build && tapes test/**/*.js | tap-spec",
"start": "http-server ./example/ -a 0.0.0.0 -p 9000 -c-1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blockai/react-image-publisher.git"
},
"keywords": [
"react",
"common-blockchain",
"bitcoin",
"bitstore",
"openpublish",
"image",
"publish",
"react-component"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/blockai/react-image-publisher/issues"
},
"homepage": "https://github.com/blockai/react-image-publisher#readme",
"browser": {
"request": "browser-request"
},
"dependencies": {
"bitcoin-tx-hex-to-json": "0.0.3",
"bitcoinjs-lib": "^1.5.8",
"bitstore": "0.0.6",
"blockcast": "^2.0.3",
"blockcypher-unofficial": "^1.5.0",
"browser-request": "^0.3.3",
"md5": "^2.0.0",
"openpublish": "^2.0.0",
"openpublish-state": "^0.1.0",
"react-bootstrap": "^0.24.5",
"request": "^2.60.0",
"shasum": "^1.0.1",
"test-common-wallet": "^1.2.1"
},
"peerDependencies": {
"react": "*"
},
"devDependencies": {
"babel": "^5.6.14",
"babelify": "^6.1.3",
"bitcoinjs-lib": "^1.5.7",
"blockcast": "^1.0.3",
"blockcypher-unofficial": "^1.4.1",
"browserify": "^10.2.6",
"common-faucet": "^1.0.5",
"file-api": "^0.10.4",
"filereader": "^0.10.3",
"http-server": "^0.8.0",
"jsdom": "^3.1.2",
"nodemon": "^1.3.7",
"randombytes": "^2.0.1",
"react-tools": "^0.13.3",
"request": "^2.58.0",
"tap-spec": "^4.0.2",
"tapes": "^2.0.0",
"test-common-wallet": "^1.0.3",
"watchify": "^3.3.0"
}
}