forked from jaystack/jaydata
-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
81 lines (81 loc) · 1.72 KB
/
bower.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "JayData",
"version": "1.3.5",
"homepage": "http://jaydata.org",
"ignore": [
"**/*.js",
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"authors": [
"Hajnalka Battancs <[email protected]>",
"Dániel József",
"János Roden",
"László Horváth",
"Peter Nochta <[email protected]>",
"Péter Zentai <[email protected]>",
"Róbert Bónay <[email protected]>",
"Szabolcs Czinege",
"Viktor Borza <[email protected]>",
"Viktor Lázár <[email protected]>",
"Zoltán Gyebrovszki",
"Gábor Dolla"
],
"description": "JayData is a unified data access library for JavaScript to CRUD data from different sources like WebSQL, IndexedDB, MongoDb, WebAPI, OData, HTML5 localStorage, Facebook or YQL. The library can be integrated with KendoUI, Knockout.js, Handlebars.js or Sencha Touch 2 and can be used on Node.js as well.",
"main": [
"./release/jaydata.min.js",
"./release/jaydata.js",
"./release/jaydata-vsdoc.js"
],
"keywords": [
"mobile",
"data",
"javascipt",
"data",
"local",
"storage",
"mobile",
"platform",
"html5",
"html5",
"application",
"html5",
"applications",
"html5",
"local",
"html5",
"local",
"storage",
"html5",
"mobile",
"crossplatform",
"mobile",
"developement",
"opensource",
"mobile",
"opensource",
"data",
"library",
"html5",
"library",
"hybrid",
"mobile",
"nodejs",
"data",
"jadata",
"odata",
"web",
"api",
"kendo",
"ui",
"sencha",
"touch",
"websql",
"sqlite",
"mongodb"
],
"license": "MIT"
}