blob: 36dd3d78dc7a752e454b836124e798c5da40cdeb [file] [log] [blame]
{
"name": "odatajs",
"version": "4.0.0",
"postfix": "beta-01",
"releaseCandidate" : "RC01",
"title": "Olingo OData Client for Java Script",
"description": "the Olingo OData Client for Java Script 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": "http://git-wip-us.apache.org/repos/asf/olingo-odata4-js.git"
},
"engines": {
"node": ">= 0.10.0"
},
"contributors": [
{
"name": "Bing Li",
"email": "bingl@apache.org"
},
{
"name": "Sven Kobler-Morris",
"email": "koblers@apache.org"
},
{
"name": "Challen He",
"email": "challenh@apache.org"
}
],
"scripts": {},
"devDependencies": {
"browserify": "^4.1.5",
"grunt": "^0.4.5",
"grunt-browserify": "^2.1.0",
"grunt-connect-proxy": "^0.1.10",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.10.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-curl": "^2.0.2",
"grunt-jsdoc": "^0.5.6",
"through": "^2.3.4"
}
}