forked from namenotrequired/cordova-open
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 928 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
36
37
38
39
40
41
42
43
44
45
{
"name": "cordova-open",
"version": "1.1.0",
"description": "Open audio, video, images and more with applications installed on the user's device",
"cordova": {
"id": "com.disusered.open",
"platforms": [
"android",
"ios"
]
},
"scripts": {
"lint": "gulp lint",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "https://github.com/disusered/cordova-open.git"
},
"keywords": [
"cordova",
"file",
"open",
"intent",
"video",
"audio",
"image",
"photo",
"pdf",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"author": "Carlos Antonio",
"license": "MIT",
"bugs": {
"url": "https://github.com/disusered/cordova-open/issues"
},
"homepage": "https://github.com/disusered/cordova-open",
"devDependencies": {
"eslint": "^0.24.1",
"gulp": "^3.9.1",
"gulp-eslint": "^0.15.0"
}
}