UNPKG

1.47 kBJSONView Raw
1{
2 "name": "openpublish",
3 "version": "2.5.0",
4 "description": "A publishing protocol for registering media as a digital asset on the Bitcoin blockchain.",
5 "main": "src/index.js",
6 "directories": {
7 "test": "npm test"
8 },
9 "dependencies": {
10 "bitcoin-tx-hex-to-json": "^1.1.0",
11 "bitcoinjs-lib": "^1.5.8",
12 "blockcast": "^3.6.0",
13 "bs58": "^3.0.0",
14 "create-torrent": "^3.15.1",
15 "filereader": "^0.10.3",
16 "magnet-uri": "^5.0.0",
17 "mem-common-blockchain": "^1.2.0",
18 "multihashes": "^0.1.3",
19 "parse-torrent": "^5.4.0"
20 },
21 "devDependencies": {
22 "bitcoin-tx-hex-to-json": "^1.0.0",
23 "blockcypher-unofficial": "^1.5.0",
24 "browserify": "^11.2.0",
25 "drag-drop": "^2.3.0",
26 "file-api": "^0.10.4",
27 "jasmine-node": "^1.14.5",
28 "mem-common-blockchain": "0.0.2",
29 "node-env-file": "^0.1.7",
30 "reactify": "^1.1.1",
31 "request": "^2.65.0",
32 "test-common-wallet": "^1.2.1",
33 "watchify": "^3.4.0"
34 },
35 "scripts": {
36 "test": "./node_modules/.bin/jasmine-node test/ --forceexit --verbose --captureExceptions"
37 },
38 "repository": {
39 "type": "git",
40 "url": "https://github.com/blockai/openpublish.git"
41 },
42 "keywords": [
43 "bitcoin",
44 "publish",
45 "asset",
46 "media",
47 "digital",
48 "register"
49 ],
50 "author": "William Cotton",
51 "license": "ISC",
52 "bugs": {
53 "url": "https://github.com/blockai/open-publish/issues"
54 },
55 "homepage": "https://github.com/blockai/open-publish"
56}