meteorup
Version:
Meteorup is a meteor enhancement tools
46 lines (45 loc) • 940 B
JSON
{
"bin": {
"meteorup": "./bin/meteorup"
},
"name": "meteorup",
"version": "1.0.17",
"description": "Meteorup is a meteor enhancement tools",
"main": "index.js",
"scripts": {
"test": "test/index.js"
},
"author": {
"email": "romejiang@gmail.com",
"name": "Jinag Tao"
},
"keywords": [
"meteor",
"enhancement",
"china",
"GFW"
],
"homepage": "https://github.com/romejiang/meteorup",
"repository": {
"type": "git",
"url": "git@github.com:romejiang/meteorup.git"
},
"bugs": {
"url": "https://github.com/romejiang/meteorup/issues"
},
"license": "MIT",
"dependencies": {
"archiver": "^1.0.0",
"async": "^1.5.0",
"cjson": "0.4.x",
"colors": "1.1.x",
"commander": "2.9.x",
"debug": "2.x.x",
"executive": "^1.1.5",
"nodemiral": "1.x.x",
"progress": "1.1.x",
"rimraf": "2.5.x",
"underscore": "1.x.x",
"uuid": "2.x.x"
}
}