forked from mircoservices/cordova-plugin-add-swift-support
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.17 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
{
"name": "cordova-plugin-add-swift-support",
"version": "1.7.0",
"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",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.18.0",
"eslint": "^3.13.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.0",
"webpack": "^2.2.0-rc.3",
"xcode": "0.9.1"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "eslint src"
}
}