-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 802 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 802 Bytes
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
{
"name": "tabris-webintent",
"description": "Android webintent action for Tabris JS Apps",
"version": "1.0.0",
"homepage": "https://github.com/techprd/tabris-webintent#readme",
"repository": {
"type": "git",
"url": "git://github.com/techprd/tabris-webintent.git"
},
"bugs": {
"url": "https://github.com/techprd/tabris-webintent/issues"
},
"cordova": {
"id": "com.techprd.webintent.WebIntent",
"platforms": [
"ios",
"android",
"osx"
]
},
"keywords": [
"ecosystem:cordova",
"ecosystem:phonegap",
"cordova-ios",
"cordova-android",
"cordova-osx"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "TECHPRD",
"license": "MIT",
"scripts": {},
"devDependencies": {}
}