bute
Version:
The complete distribution solution for NodeJS
35 lines (34 loc) • 796 B
JSON
{
"name": "bute",
"version": "0.0.4",
"description": "The complete distribution solution for NodeJS",
"main": "bute.js",
"bin": {
"bute": "bin/bute.terminal.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/schahriar/bute.git"
},
"keywords": [
"Bute",
"Distribution"
],
"author": "Schahriar SaffarShargh <info@schahriar.com> (http://schahriar.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/schahriar/bute/issues"
},
"homepage": "https://github.com/schahriar/bute",
"dependencies": {
"colors": "^1.0.3",
"debug": "^2.1.1",
"lodash": "^3.0.0",
"nopt": "^3.0.1",
"pm2": "^0.12.4",
"protobufjs": "^3.8.2"
}
}