asch-redeploy
Version:
A hassle-free local asch environment
69 lines (68 loc) • 1.75 kB
JSON
{
"name": "asch-redeploy",
"version": "1.0.4",
"description": "A hassle-free local asch environment",
"main": "index.js",
"dependencies": {
"asch-js": "https://github.com/aschplatform/asch-js/tarball/v1.4.1",
"axios": "0.18.0",
"bitcore-mnemonic": "1.5.0",
"bluebird": "3.5.1",
"chalk": "2.4.1",
"chokidar": "^2.0.3",
"commander": "^2.16.0",
"compare-versions": "^3.3.0",
"config": "1.30.0",
"inversify": "^4.13.0",
"inversify-vanillajs-helpers": "^2.0.0",
"is-port-available": "^0.1.5",
"moment": "2.22.1",
"ncp": "2.0.0",
"randomstring": "1.1.5",
"reflect-metadata": "^0.1.12",
"winston": "^3.0.0-rc5",
"winston-daily-rotate-file": "^3.2.0",
"z-schema": "3.22.0"
},
"devDependencies": {
"eslint": "4.19.1",
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "2.12.0",
"eslint-plugin-mocha": "^5.0.0",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.7.0",
"eslint-plugin-standard": "3.1.0",
"jshint": "^2.9.5",
"mocha": "^5.2.0",
"mock-fs": "^4.5.0",
"nyc": "^12.0.2",
"should": "^13.2.1"
},
"scripts": {
"test": "./node_modules/.bin/mocha",
"coverage": "./node_modules/.bin/nyc ./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/a1300/asch-redeploy.git"
},
"keywords": [
"asch"
],
"author": "a1300",
"license": "MIT",
"bugs": {
"url": "https://github.com/a1300/asch-redeploy/issues"
},
"homepage": "https://github.com/a1300/asch-redeploy#readme",
"preferGlobal": true,
"bin": {
"asch-redeploy": "./bin/asch-redeploy"
},
"os": [
"linux"
],
"engines": {
"node": ">=7.0"
}
}