runtime-shell
Version:
Some useful shell commands for runtime.js
39 lines (38 loc) • 846 B
JSON
{
"name": "runtime-shell",
"version": "0.1.2",
"description": "Some useful shell commands for runtime.js",
"main": "index.js",
"scripts": {
"test": "node test/run.js"
},
"license": "MIT",
"devDependencies": {
"tape": "^4.0.0",
"tap-finished": "0.0.1",
"runtime-tools": "^0.5.0",
"runtimeify": "^0.4.0",
"split": "^1.0.0"
},
"peerDependencies": {
"runtimejs": ">=0.1.20"
},
"homepage": "https://github.com/facekapow/runtime-shell#readme",
"bugs": {
"url": "https://github.com/facekapow/runtime-shell/issues"
},
"keywords": [
"runtime",
"runtimejs",
"shell",
"runtime-shell"
],
"repository": {
"type": "git",
"url": "git+https://github.com/facekapow/runtime-shell.git"
},
"author": {
"name": "facekapow",
"email": "facekapow@earthlink.net"
}
}