-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
43 lines (43 loc) · 1.05 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
38
39
40
41
42
43
{
"name": "cordova-plugin-cocoapod-support",
"version": "1.6.2",
"description": "A Cordova/PhoneGap plugin to add support for Cocoapod dependencies.",
"cordova": {
"id": "cordova-plugin-cocoapod-support",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "https://github.com/blakgeek/cordova-plugin-cocoapods-support.git"
},
"bugs": {
"url": "https://github.com/blakgeek/cordova-plugin-cocoapods-support/issues"
},
"homepage": "https://github.com/blakgeek/cordova-plugin-cocoapods-support",
"keywords": [
"ecosystem:cordova",
"cordova-ios",
"cordova:plugin",
"cocoapods",
"pod",
"pods",
"plugin"
],
"license": "MIT",
"dependencies": {
"lodash": "^4.17.2",
"q": "^1.5.1",
"semver": "^5.3.0",
"shelljs": "^0.7.5",
"xml2js": "^0.4.16"
},
"scripts": {
"postversion": "node scripts/bump-plugin-xml.js; git add plugin.xml; git commit plugin.xml -m \"v${npm_package_version}\""
},
"devDependencies": {
"libxmljs": "^0.18.4"
}
}