blob: 217a23a6e14b3ccd4eb30c81a7d91b9babbbe6ed [file] [log] [blame]
{
"author": "Andrew Lunny <alunny@gmail.com>",
"name": "plugman",
"description": "install/uninstall Cordova plugins",
"version": "0.5.8",
"repository": {
"type": "git",
"url": "git://github.com/imhotep/plugman.git"
},
"main": "plugman.js",
"engines": {
"node": ">=0.6.7"
},
"dependencies": {
"nopt": "1.0.x",
"glob": "3.0.x",
"elementtree": "0.1.x",
"xcode": "git+https://github.com/imhotep/node-xcode.git",
"plist": "0.4.x",
"bplist-parser": "0.0.x",
"shelljs": "0.1.x",
"osenv": "0.0.x"
},
"devDependencies": {
"nodeunit": "0.7.x"
},
"bin" : { "plugman" : "./plugman.js" },
"scripts": {
"test": "nodeunit test"
}
}