decyphertv
Version:
CLI for helper libraries to follow along with the decypher.tv ethereum screencast series
47 lines (46 loc) • 982 B
JSON
{
"name": "decyphertv",
"version": "0.1.19",
"description": "CLI for helper libraries to follow along with the decypher.tv ethereum screencast series",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "Jordan Leigh (@AlwaysBCoding)",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/AlwaysBCoding/decyphertv"
},
"keywords": [
"ethereum",
"decypher",
"decyphertv"
],
"bin": {
"decypher": "./index.js",
"decyphertv": "./index.js"
},
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"chalk": "^1.1.3",
"cli-spinner": "^0.2.6",
"commander": "^2.9.0",
"ethereumjs-tx": "^1.2.5",
"ethereumjs-util": "^5.1.1",
"fs": "0.0.1-security",
"lodash": "^4.17.4",
"prompt": "^1.0.0",
"q": "^1.4.1",
"solc": "^0.4.9",
"web3": "^0.18.2"
},
"devDependencies": {
"jest-cli": "^19.0.2"
},
"jest": {
"testEnvironment": "node"
}
}