blob: 16affc18ff54080757a7b53b67a4a448f2507f64 [file] [log] [blame]
{
"author": "Andrew Lunny <alunny@gmail.com>",
"name": "plugman",
"description": "install/uninstall Cordova plugins",
"version": "2.0.1-dev",
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-plugman"
},
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB",
"email": "dev@cordova.apache.org"
},
"main": "plugman.js",
"engines": {
"node": ">=6"
},
"engineStrict": true,
"dependencies": {
"cordova-lib": "8.0.0",
"nopt": "1.0.9",
"q": "1.0.1"
},
"devDependencies": {
"eslint": "^4.2.0",
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"jasmine": "^3.1.0"
},
"bin": {
"plugman": "./main.js"
},
"scripts": {
"test": "npm run eslint && jasmine",
"eslint": "eslint ."
},
"license": "Apache-2.0",
"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"
}
]
}