forked from apache/olingo-odata4-js
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
70 lines (70 loc) · 1.83 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
{
"name": "ts-odatajs",
"version": "4.0.9",
"postfix": "",
"releaseCandidate": "",
"title": "Olingo OData Client for TypeScript",
"description": "The Olingo OData Client for JavaScript (and TypeScript) is a new cross-browser library that enables data-centric web applications by leveraging modern protocols such as JSON and OData and HTML5-enabled browser features. It's designed to be small, fast and easy to use. Contains typings for use with TypeScript.",
"license": "Apache-2.0",
"homepage": "http://olingo.apache.org",
"main": "index.js",
"main-browser": "index-browser.js",
"repository": {
"type": "git",
"url": "https://github.com/tschettler/olingo-odata4-js.git"
},
"engines": {
"node": ">= 0.12.0"
},
"contributors": [
{
"name": "Bing Li",
"email": "bingl@apache.org"
},
{
"name": "Sven Kobler-Morris",
"email": "koblers@apache.org"
},
{
"name": "Challen He",
"email": "challenh@apache.org"
},
{
"name": "Travis Schettler",
"email": "travis_schettler@hotmail.com"
}
],
"scripts": {
"build": "grunt build",
"build:all": "grunt build:all",
"clean": "grunt clean",
"doc": "grunt doc",
"grunt": "./node_modules/.bin/grunt",
"release": "grunt release"
},
"dependencies": {
"@xmldom/xmldom": "^0.7.5"
},
"devDependencies": {
"async": "^2.3.0",
"chai": "2.0.0",
"chalk": "^1.1.3",
"grunt": "^1.4.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-jsdoc": "^2.4.1",
"grunt-nuget": "^0.3.1",
"mocha": "^9.1.3",
"xml2js": "^0.4.17"
},
"module": "index.js",
"typings": "index.d.ts",
"keywords": [
"odata",
"odatajs",
"olingo",
"typescript"
]
}