You've already forked cordova-check-plugins
mirror of
https://github.com/encounter/cordova-check-plugins.git
synced 2026-03-30 11:04:10 -07:00
42 lines
973 B
JSON
42 lines
973 B
JSON
{
|
|
"name": "cordova-check-plugins",
|
|
"version": "1.1.2",
|
|
"description": "A CLI tool to check for updates / manage updating Cordova plugins.",
|
|
"main": "index.js",
|
|
"author": "Dave Alden",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dpa99c/cordova-check-plugins.git"
|
|
},
|
|
"issue": "https://github.com/dpa99c/cordova-check-plugins/issues",
|
|
"keywords": [
|
|
"ecosystem:cordova",
|
|
"cordova",
|
|
"phonegap",
|
|
"plugins",
|
|
"update",
|
|
"check"
|
|
],
|
|
"preferGlobal": true,
|
|
"bin": {
|
|
"cordova-check-plugins": "index.js"
|
|
},
|
|
"dependencies": {
|
|
"fs-extra": "0.26.5",
|
|
"colors": "1.1.2",
|
|
"jsonfile": "2.2.3",
|
|
"minimist": "1.2.0",
|
|
"octonode": "0.7.4",
|
|
"js-base64": "2.1.9",
|
|
"underscore": "1.8.3",
|
|
"cli-status": "0.1.1",
|
|
"cli-spinner": "0.2.4",
|
|
"cordova-common": "1.0.0",
|
|
"inquirer": "0.12.0",
|
|
"xml2js": "0.4.16",
|
|
"semver": "5.1.0",
|
|
"plugman": "1.3.0"
|
|
}
|
|
}
|