namebase-hs-names
Version:
Pre-reserved handshake names
33 lines (32 loc) • 748 B
JSON
{
"name": "namebase-hs-names",
"version": "0.0.8",
"private": false,
"description": "Pre-reserved handshake names",
"keywords": [
"handshake",
"hns"
],
"license": "MIT",
"repository": "git://github.com/namebasehq/hs-names.git",
"homepage": "https://github.com/handshake-org/hs-names",
"bugs": {
"url": "https://github.com/handshake-org/hs-names/issues"
},
"author": "Christopher Jeffrey <chjjeffrey@gmail.com>",
"main": "./lib/index.js",
"scripts": {
"lint": "eslint *.js || exit 0"
},
"dependencies": {},
"devDependencies": {
"bcrypto": "~4.3.0",
"bfile": "~0.2.1",
"bns": "~0.9.0",
"bsert": "~0.0.10",
"namebase-hsd": "=0.0.29"
},
"engines": {
"node": ">=8.0.0"
}
}