forked from gitawego/cordova-screenshot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 970 Bytes
/
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
{
"name": "com.sharerevolution.cordova.screenshot.crosswalkandiosonly",
"version": "0.1.6",
"description": "screenshot Cordova Plugin for Android (Crosswalk) and iOS, only provides screenshot as URI, not as file.",
"cordova": {
"id": "com.sharerevolution.cordova.screenshot.crosswalkandiosonly",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/perry2of5/cordova-screenshot-crosswalk-ios-only.git"
},
"keywords": [
"cordova",
"screenshot",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=6.0.0"
}
],
"author": "Tim Perry et. al. including Hongbo LU",
"license": "MIT",
"bugs": {
"url": "https://github.com/perry2of5/cordova-screenshot-crosswalk-ios-only/issues"
},
"homepage": "https://github.com/perry2of5/cordova-screenshot-crosswalk-ios-only#readme"
}