blob: 7af2b413c636af5ba252cc3c80ecdfcb856c5bf8 [file] [log] [blame]
{
"author": "Andrew Lunny <alunny@gmail.com>",
"name": "plugman",
"description": "install/uninstall Cordova plugins",
"version": "0.22.6",
"repository": {
"type": "git",
"url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
},
"bugs": {
"url" : "https://issues.apache.org/jira/browse/CB",
"email" : "dev@cordova.apache.org"
},
"main": "plugman.js",
"engines": {
"node": ">=0.9.9"
},
"engineStrict":true,
"dependencies": {
"cordova-lib" : "0.21.9",
"nopt": "1.0.x",
"underscore":"1.4.4",
"q": "~0.9",
"npm": "1.3.4",
"rc": "0.3.0"
},
"devDependencies": {
"jasmine-node": "~1"
},
"bin" : { "plugman" : "./main.js" },
"scripts": {
},
"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"
},
{
"name":"Michael Brooks"
},
{
"name":"Jesse MacFadyen"
}
]
}