-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 800 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 800 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
{
"name": "ydn.db",
"version": "1.3.3",
"description": "Javascript database library for IndexedDB, WebDatabase (WebSQL) and WebStorage (localStorage) storage mechanisms supporting version migration, advanced query and transaction workflow.",
"main": "jsc/ydn.db-dev.js",
"directories": {
"jsc": "compiled js file for distributions",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/yathit/ydn-db"
},
"keywords": [
"IndexedDB",
"WebSQL",
"WebStorage",
"database"
],
"author": "Kyaw Tun",
"license": "Apache V2",
"bugs": {
"url": "https://github.com/yathit/ydn-db/issues"
},
"homepage": "http://dev.yathit.com/ydn-db/index.html"
}