forked from tylerthebuildor/cordova-android-crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.23 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
49
50
51
52
{
"name": "cordova-android-crosswalk",
"description": "Automagically migrates your Cordova Android projects so they use Crosswalks Chromium webview.",
"version": "0.3.3",
"homepage": "https://github.com/tylerbuchea/cordova-android-crosswalk",
"author": {
"name": "Tyler Buchea",
"url": "http://tylerbuchea.com"
},
"repository": {
"type": "git",
"url": "git://github.com/tylerbuchea/cordova-android-crosswalk.git"
},
"bugs": {
"url": "https://github.com/tylerbuchea/cordova-android-crosswalk/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/tylerbuchea/cordova-android-crosswalk/blob/master/LICENSE"
}
],
"keywords": [
"crosswalk",
"cordova",
"ionic",
"android",
"chromium",
"webview"
],
"preferGlobal": true,
"bin": {
"cordova-android-crosswalk": "./bin/cordova-android-crosswalk"
},
"main": "index.js",
"engines": {
"node": ">=0.8"
},
"scripts": {
"test": "mocha -R test"
},
"dependencies": {
"child-process-promise": "~1.0.0",
"download": "^3.1.2",
"download-status": "~2.1.0",
"fs-extra": "^0.12.0",
"minimist": "~0.0.8",
"q": "^1.1.2",
"verbalize": "~0.1.1",
"xml2js": "~0.4.4"
}
}