This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy pathpackage.json
87 lines (87 loc) · 1.8 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
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
82
83
84
85
86
87
{
"name": "jaydata",
"version": "1.5.13",
"description": "Cross-platform HTML5 data-management, JavaScript Language Query (JSLQ) support for OData, SQLite, WebSQL, IndexedDB, YQL and Facebook (packaged for Node.JS)",
"keywords": [
"HTML5 data management",
"JavaScript",
"JavaScript Language Query",
"JSLQ",
"OData",
"MongoDB",
"SQLite",
"WebSQL",
"IndexedDB",
"YQL",
"Facebook",
"cross-platform",
"Node.js",
"iPhone",
"Android"
],
"homepage": "http://jaydata.org",
"author": {
"name": "JayData",
"url": "http://jaydata.org"
},
"main": "core.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"acorn": "^3.3.0",
"atob": "^2.0.0",
"btoa": "^1.1.2",
"dot": "^1.0.3",
"jaydata-odatajs": "^4.0.1",
"jaydata-error-handler": "^0.0.1",
"jaydata-promise-handler": "^0.1.0",
"jaydata-dynamic-metadata": "^0.1.17",
"odata-v4-metadata": "^0.1.3",
"xmldom": "^0.1.19"
},
"contributors": [
{
"name": "Dániel József"
},
{
"name": "Hajnalka Battancs"
},
{
"name": "János Roden"
},
{
"name": "László Horváth"
},
{
"name": "Péter Zentai"
},
{
"name": "Péter Nochta"
},
{
"name": "Róbert Bónay"
},
{
"name": "Szabolcs Czinege"
},
{
"name": "Viktor Borza"
},
{
"name": "Viktor Lázár"
},
{
"name": "Zoltán Gyebrovszki"
}
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/jaydata/jaydata.git"
},
"license": "(MIT OR GPL-2.0)",
"bugs": {
"url": "https://github.com/jaydata/jaydata/issues"
},
"homepage": "https://github.com/jaydata/jaydata#readme"
}