tooljs-tool
Version:
Composible Tooling for JavaScript
27 lines • 472 B
JSON
{
"name": "tooljs-tool",
"version": "0.0.4",
"description": "Composible Tooling for JavaScript",
"keywords": [
"tooljs",
"tooling"
],
"repository": {
"type": "git",
"url": "https://github.com/tooljs/tool.git"
},
"scripts": {
"test": "make test"
},
"devDependencies": {
"mocha": "^1.21.3"
},
"dependencies": {
"debug": "^1.0.4",
"glob": "^4.0.5",
"prompt": "^0.2.13"
},
"bin": {
"tool": "./bin/tool"
}
}