UNPKG

1.61 kBJSONView Raw
1{
2 "name": "openpublish",
3 "version": "0.0.9",
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 "async": "^1.2.1",
11 "bitcoinjs-lib": "^1.5.7",
12 "bitstore": "0.0.4",
13 "blockcast": "^1.0.5",
14 "create-torrent": "^3.10.3",
15 "filereader": "^0.10.3",
16 "magnet-uri": "^5.0.0",
17 "parse-torrent": "^5.0.0",
18 "xhr": "^2.0.1"
19 },
20 "devDependencies": {
21 "blockcypher-unofficial": "^1.4.1",
22 "browserify": "^10.1.3",
23 "chain-node": "^3.0.0",
24 "drag-drop": "^2.1.0",
25 "file-api": "^0.10.4",
26 "jasmine-node": "^1.14.5",
27 "mem-common-blockchain": "0.0.1",
28 "reactify": "^1.1.1",
29 "request": "^2.55.0",
30 "watchify": "^3.2.1"
31 },
32 "scripts": {
33 "test": "./node_modules/.bin/jasmine-node test/ --forceexit --verbose --captureExceptions",
34 "test-dev": "source .env && ./node_modules/.bin/jasmine-node test/ --forceexit --verbose --captureExceptions",
35 "build-dev": "watchify test/browser-index.js -o test/article-build.js -t reactify -d -v",
36 "watch": "nodemon --exec make --ignore test/article-build.js"
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}