@bpanel/bpanel-utils
Version:
Utilities for bpanel
91 lines (90 loc) • 2.5 kB
JSON
{
"name": "@bpanel/bpanel-utils",
"version": "0.1.9",
"description": "Utilities for bpanel ",
"keywords": [
"bpanel",
"bcoin"
],
"license": "MIT",
"repository": "git://github.com/bpanel-org/bpanel-utils.git",
"homepage": "http://bcoin.io/bpanel-docs",
"bugs": {
"url": "https://github.com/bcoin-org/bpanel-utils/issues"
},
"author": "Buck Perley <bucko.perley@gmail.com>",
"main": "./dist/index.js",
"scripts": {
"babel": "babel lib -d dist",
"watch": "babel -w lib -d dist",
"browserify": "browserify -s index lib/index.js | uglifyjs -c > index.js",
"clean": "rm -f ./dist/*.js",
"lint": "eslint lib/ test/ || exit 0",
"prepublish": "make babel",
"test": "mocha --reporter spec -r babel-core/register -r jsdom-global/register test/*.js",
"webpack": "webpack --config webpack.config.js"
},
"dependencies": {
"bcurl": "^0.1.3",
"bsert": "0.0.4",
"bufio": "^1.0.2",
"moment": "^2.22.2"
},
"peerDependencies": {
"bcash": "github:bcoin-org/bcash.git",
"bcoin": "github:bcoin-org/bcoin.git",
"bclient": "0.1.4",
"bcrypto": "3.0.1",
"bmultisig": "1.0.1",
"hsd": "github:handshake-org/hsd",
"hs-client": "0.0.3"
},
"devDependencies": {
"bcash": "github:bcoin-org/bcash.git",
"bcoin": "github:bcoin-org/bcoin.git",
"bclient": "0.1.4",
"bcrypto": "3.0.1",
"bmultisig": "1.0.1",
"hsd": "github:handshake-org/hsd.git",
"hs-client": "0.0.3",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.3",
"babel-loader": "7.1.2",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"babelify": "8.0.0",
"browserify": "16.2.1",
"chai": "4.1.2",
"eslint": "4.14.0",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-prettier": "2.6.0",
"fetch-mock": "6.0.0",
"jsdom": "11.12.0",
"jsdom-global": "3.0.2",
"mocha": "4.0.1",
"node-fetch": "2.0.0",
"prettier": "1.12.1",
"uglify-es": "3.1.3",
"uglifyjs-webpack-plugin": "1.1.5",
"webpack": "3.10.0"
},
"engines": {
"node": ">=7.6.0"
},
"browser": {
"./lib/fs": "./lib/fs-browser.js"
},
"browserify": {
"transform": [
"babelify"
]
},
"prettier": {
"singleQuote": true
}
}