blob: 9f6cf59502f3c2dd827b51789394026ca7b0286a [file] [log] [blame]
{
"author": "Andrew Lunny <alunny@gmail.com>",
"name": "plugman",
"description": "install/uninstall Cordova plugins",
"version": "0.7.7",
"repository": {
"type": "git",
"url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
},
"main": "plugman.js",
"engines": {
"node": ">=0.9.9"
},
"dependencies": {
"nopt": "1.0.x",
"glob": "3.2.x",
"elementtree": "0.1.x",
"xcode": "git+https://github.com/filmaj/node-xcode.git",
"plist": "0.4.x",
"bplist-parser": "0.0.x",
"shelljs": "0.1.x",
"osenv": "0.0.x",
"ncallbacks":"1.1.0",
"underscore":"1.4.4",
"dep-graph":"1.1.0"
},
"devDependencies": {
"jasmine-node": "1.7.0"
},
"bin" : { "plugman" : "./main.js" },
"scripts": {
"test": "node node_modules/jasmine-node/bin/jasmine-node --color spec"
},
"contributors":[
{
"name":"Anis Kadri"
},
{
"name":"Tim Kim"
},
{
"name":"Braden Shepherdson"
},
{
"name":"Ryan Willoughby"
},
{
"name":"Brett Rudd"
},
{
"name":"Mike Reinstein"
},
{
"name":"Shazron Abdullah"
},
{
"name":"Steve Gill"
},
{
"name":"Fil Maj"
}
]
}