bch-slpjs
Version:
Simple Ledger Protocol (SLP) JavaScript Library
52 lines (51 loc) • 1.33 kB
JSON
{
"name": "bch-slpjs",
"version": "0.11.4",
"description": "Simple Ledger Protocol (SLP) JavaScript Library",
"main": "index.js",
"files": [
"lib/",
"dist/"
],
"scripts": {
"test": "tsc && mocha",
"build": "tsc && browserify index.js --standalone slpjs > dist/slpjs.js && uglifyjs dist/slpjs.js > dist/slpjs.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simpleledger/slpjs.git"
},
"keywords": [
"bitcoin",
"bch",
"bitcoin cash",
"tokens",
"slp",
"ledger",
"simpleledger"
],
"author": "Simple Ledger Protocol",
"license": "MIT",
"unpkg": "dist/slpjs.min.js",
"bugs": {
"url": "https://github.com/simpleledger/slpjs/issues"
},
"homepage": "https://github.com/simpleledger/slpjs#readme",
"devDependencies": {
"@types/mocha": "^5.1.1",
"@types/node": "^10.12.18",
"bitbox-sdk": "^3.0.9",
"browserify": "^16.2.2",
"mocha": "^5.1.1",
"slp-unit-test-data": "git+https://github.com/simpleledger/slp-unit-test-data.git",
"ts-node": "^7.0.1",
"uglify-es": "^3.3.9"
},
"dependencies": {
"axios": "^0.18.0",
"bchaddrjs-slp": "git://github.com/simpleledger/bchaddrjs.git#master",
"bignumber.js": "^7.2.1",
"bitcore-lib-cash": "^0.19.0",
"mkdirp": "^0.5.1"
}
}