-
Notifications
You must be signed in to change notification settings - Fork 110
/
package.json
48 lines (48 loc) · 1.12 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
44
45
46
47
48
{
"name": "cordova-plugin-add-swift-support",
"version": "2.0.2",
"description": "Add Swift support to your iOS plugins",
"homepage": "https://github.com/akofman/cordova-plugin-add-swift-support",
"author": {
"name": "Alexis Kofman",
"email": "[email protected]",
"url": "http://twitter.com/alexiskofman"
},
"cordova": {
"id": "cordova-plugin-add-swift-support",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/akofman/cordova-plugin-add-swift-support.git"
},
"keywords": [
"cordova",
"ios",
"swift",
"swift-support",
"ecosystem:cordova",
"cordova-ios",
"cordova:plugin"
],
"license": "Apache-2.0",
"dependencies": {
"glob": "^7.1.3",
"semver": "^6.0.0",
"xcode": "^2.0.0"
},
"devDependencies": {
"acorn": "^6.1.1",
"eslint": "^5.15.3",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
},
"scripts": {
"test": "eslint src"
}
}