UNPKG

ts-odatajs

Version:

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

71 lines (70 loc) 1.94 kB
{ "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" ] }