This repository was archived by the owner on Sep 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 1.48 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 1.48 KB
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
{
"name": "jaysvcutil",
"description": "OData v4 metadata generator tool for JayData",
"keywords": [
"HTML5 data management",
"JavaScript",
"JavaScript Language Query",
"JSLQ",
"OData",
"cli",
"cross-platform",
"iPhone",
"Android"
],
"version": "0.1.11",
"homepage": "http://jaydata.org",
"author": {
"name": "JayData",
"url": "http://jaydata.org"
},
"dependencies": {
"jaydata-dynamic-metadata": "^0.1.18",
"js-beautify": "^1.5.10",
"yargs": "^3.32.0"
},
"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://github.com/jaydata/jaydata.git"
},
"engines": {
"node": ">=0.6.0"
},
"license": "(MIT OR GPL-2.0)",
"devDependencies": {
"@types/js-beautify": "0.0.28",
"@types/node": "^7.0.4",
"@types/yargs": "^6.5.0",
"typescript": "^2.1.5"
},
"scripts": {
"build": "tsc",
"prepublish": "npm run build"
},
"preferGlobal": true,
"bin": {
"jaysvcutil": "lib/cli.js"
}
}