-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
49 lines (49 loc) · 1.19 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
{
"version": "1.1.2",
"name": "uk.co.workingedge.cordova.plugin.sqliteporter",
"cordova_name": "sqlite porter",
"description": "Enables importing/exporting of SQLite databases to/from JSON/SQL.",
"author": "Dave Alden",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dpa99c/cordova-sqlite-porter.git"
},
"main": "www/sqlitePorter.js",
"cordova": {
"id": "uk.co.workingedge.cordova.plugin.sqliteporter",
"platforms": [
"android",
"amazon-fireos",
"ios",
"blackberry10",
"wp7",
"wp8",
"windows8",
"windows",
"tizen",
"browser"
]
},
"issue": "https://github.com/dpa99c/cordova-sqlite-porter/issues",
"keywords": [
"ecosystem:cordova",
"cordova",
"android",
"fireos",
"ios",
"blackberry",
"wp7",
"windows phone 8",
"windows 8",
"windows",
"tizen",
"browser",
"phonegap",
"database",
"sqlite",
"websql",
"import",
"export"
]
}