bcoin-native
Version:
Native bindings to bitcoin-related functions
31 lines (30 loc) • 712 B
JSON
{
"name": "bcoin-native",
"version": "0.0.23",
"description": "Native bindings to bitcoin-related functions",
"keywords": [
"bcoin",
"bitcoin"
],
"bugs": {
"url": "https://github.com/bcoin-org/bcoin-native/issues"
},
"homepage": "https://github.com/bcoin-org/bcoin-native",
"license": "MIT",
"author": "Christopher Jeffrey <chjjeffrey@gmail.com>",
"main": "./index.js",
"repository": "git://github.com/bcoin-org/bcoin-native.git",
"scripts": {
"install": "node-gyp rebuild",
"test": "node test.js",
"bench": "node bench.js"
},
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.6.2"
},
"engines": {
"node": ">=4.0.0"
},
"gypfile": true
}