angular-odata-resources
Version:
Allows making fluent OData queries from angular resources
41 lines (40 loc) • 1.1 kB
JSON
{
"name": "angular-odata-resources",
"version": "1.0.0",
"description": "Allows making fluent OData queries from angular resources",
"main": "build/odataresources.js",
"scripts": {
"test": "grunt testandcover",
"start": "grunt build"
},
"repository": {
"type": "git",
"url": "https://github.com/devnixs/ODataAngularResources"
},
"keywords": [
"OData",
"Angular",
"Resources"
],
"author": "Raphael ATALLAH",
"license": "MIT",
"bugs": {
"url": "https://github.com/devnixs/ODataAngularResources/issues"
},
"homepage": "https://github.com/devnixs/ODataAngularResources",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-coveralls": "^1.0.0",
"grunt-jasmine": "^0.1.0",
"grunt-template-jasmine-istanbul": "^0.3.3"
},
"dependencies": {
"es5-shim": "^4.5.8"
}
}