aics
Version:
Aics is a code manager & meteor app deploy tools
76 lines (75 loc) • 1.68 kB
JSON
{
"bin": {
"aics": "./bin/aics"
},
"name": "aics",
"version": "0.1.5",
"description": "Aics is a code manager & meteor app deploy tools",
"main": "index.js",
"scripts": {
"test": "nyc ava"
},
"author": {
"email": "qintengfei@fami2u.com",
"name": "qintengfei"
},
"contributors": [{
"email": "sunhannan@fami2u.com",
"name": "sunhannan",
"url": "https://github.com/sunhannan"
}, {
"email": "romejiang@gmail.com",
"name": "Jinag Tao",
"url": "https://github.com/romejiang"
}],
"keywords": [
"meteor",
"deploy",
"aics",
"package",
"manager"
],
"homepage": "http://aics.fami2u.com",
"repository": {
"type": "git",
"url": "git@github.com:fami2u/aics.git"
},
"bugs": {
"url": "https://github.com/fami2u/aics/issues"
},
"license": "MIT",
"dependencies": {
"archiver": "0.21.x",
"async": "^1.5.0",
"bluebird": "^3.4.6",
"chalk": "^1.1.1",
"cjson": "^0.4.0",
"colors": "1.1.x",
"commander": "^2.9.0",
"config-chain": "^1.1.10",
"debug": "2.x.x",
"executive": "^1.1.5",
"fs-extra": "^0.30.0",
"inquirer": "^1.1.2",
"log-symbols": "^1.0.2",
"md5": "^2.1.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"multispinner": "^0.2.1",
"nodemiral": "1.x.x",
"ora": "^0.3.0",
"progress": "^1.1.8",
"qs": "^6.0.2",
"read": "^1.0.7",
"request": "2.67.0",
"request-promise": "^4.1.1",
"rimraf": "2.5.x",
"underscore": "1.x.x",
"unzip": "0.1.11",
"update-notifier": "^1.0.2",
"uuid": "2.x.x",
"walk": "^2.3.9",
"walk-promise": "^0.2.0",
"walk-sync": "^0.2.6"
}
}