mimi
Version:
a nodejs project deploy tool
36 lines (35 loc) • 596 B
JSON
{
"name": "mimi",
"version": "0.1.1",
"description": "a nodejs project deploy tool",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "node test"
},
"bin": {
"mimi": "./bin/mimi"
},
"repository": {
"type": "git",
"url": "https://github.com/4simple/mimi"
},
"keywords": [
"mimi",
"nodejs",
"deploy"
],
"engines": {
"node": ">= 0.10.25"
},
"author": "4simple",
"license": "MIT",
"bugs": {
"url": "https://github.com/4simple/mimi/issues"
},
"dependencies": {
"commander": "~2.2.0"
}
}