blob: 49861c66cb180c0a2cbf2ad90479801983c20f9c [file] [log] [blame]
{
"author": "Andrew Lunny <alunny@gmail.com>",
"name": "plugman",
"description": "install/uninstall Cordova plugins",
"version": "4.0.0-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": ">=10"
},
"dependencies": {
"cordova-lib": "^9.0.0",
"loud-rejection": "^1.6.0",
"nopt": "^4.0.1",
"p-each-series": "^1.0.0",
"p-try": "^2.2.0"
},
"devDependencies": {
"@cordova/eslint-config": "^2.0.0",
"jasmine": "^3.3.1",
"rewire": "^4.0.1"
},
"bin": {
"plugman": "./main.js"
},
"scripts": {
"test": "npm run lint && jasmine",
"lint": "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"
}
]
}