forked from apache/olingo-odata4-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.61 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
{
"name": "@andriyf/odatajs",
"version": "4.0.1",
"postfix": "",
"releaseCandidate": "",
"title": "Olingo OData Client for JavaScript",
"description": "the Olingo OData Client for JavaScript library is a new cross-browser JavaScript 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.",
"homepage": "http://olingo.apache.org",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:andriy-f/olingo-odata4-js.git"
},
"engines": {
"node": ">= 0.10.0"
},
"contributors": [
{
"name": "Bing Li",
"email": "[email protected]"
},
{
"name": "Sven Kobler-Morris",
"email": "[email protected]"
},
{
"name": "Challen He",
"email": "[email protected]"
},
{
"name": "Viktor Lázár",
"email": "[email protected]"
},
{
"name": "Viktor Borza",
"email": "[email protected]"
}
],
"dependencies": {
"xmldom": "^0.1.19"
},
"devDependencies": {
"async": "^1.5.0",
"catharsis": "^0.8.7",
"chai": "^2.0.0",
"chalk": "^1.1.1",
"grunt": "^0.4.5",
"grunt-connect-proxy": "^0.1.10",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.10.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-curl": "^2.0.2",
"grunt-jsdoc": "^0.5.6",
"grunt-nuget": "^0.1.3",
"mocha": "^2.1.0",
"taffydb": "^2.7.2",
"xml2js": "^0.4.15",
"xmldom": "^0.1.19"
}
}