openassets-js
Version:
JavaScript implementation of the Open Assets Protocol
45 lines (44 loc) • 981 B
JSON
{
"name": "openassets-js",
"version": "0.1.3",
"description": "JavaScript implementation of the Open Assets Protocol",
"main": "index.js",
"scripts": {
"test": "echo \"Error: see README for instructions on running tests\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/goalkeeper112/openassets"
},
"keywords": [
"Open",
"Assets",
"Protocol",
"OAP",
"Colored",
"Coins",
"Blockchain",
"Smart",
"Property"
],
"author": "Luis Fernando <lfbu.112@gmail.com>",
"license": "Apache Software License Version 2",
"bugs": {
"url": "https://github.com/golkeer112/openassets/issues"
},
"homepage": "https://github.com/goalkeeper112/openassets",
"devDependencies": {
"assert": "*",
"chai": "*",
"mocha": "*",
"should": "*",
"sinon": "*"
},
"dependencies": {
"async": "*",
"bitcore": "*",
"bufferput": "*",
"buffertools": "*",
"leb": "*"
}
}