-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "cordova-plugins",
"version": "1.0.0",
"author": "Cesidio DiBenedetto <[email protected]>",
"description": "List/download available Phonegap plugins from http://registry.cordova.io and/or http://plugreg.com",
"keywords": [
"cordova",
"phonegap",
"plugins"
],
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/cdibened/cordova-plugins.git"
},
"homepage": "https://github.com/cdibened/cordova-plugins",
"bin": {
"cordova-plugins": "./bin/cordova-plugins.js"
},
"bugs": {
"url": "https://github.com/cdibened/cordova-plugins/issues"
},
"license": "MIT",
"dependencies": {
"cli-color": ">=0.2.3",
"exit": ">=0.0.1",
"moment": ">=2.4.0",
"nopt": ">=2.1.2",
"prompt": ">=0.2.0",
"request": ">=2.27.0",
"update-notifier": ">=0.1.7",
"ping": ">=0.1.7"
},
"engines": {
"node": ">=0.8.0"
}
}