{
  "name": "odata",
  "description": "o.js is a isomorphic Odata Javascript library to simplify the request of data. The main goal is to build a standalone, lightweight and easy to understand Odata lib.",
  "version": "1.0.1",
  "main": "dist/cjs/o.js",
  "browser": "dist/umd/o.js",
  "module": "dist/es2015/o.js",
  "dependencies": {
    "@babel/core": "^7.2.2",
    "cross-fetch": "^3.0.0",
    "tslib": "^1.9.3",
    "universal-url": "2.0.0"
  },
  "devDependencies": {
    "@types/jest": "^23.3.10",
    "@types/node": "^10.12.24",
    "jest": "^23.6.0",
    "rollup": "^0.68.2",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-node-resolve": "^4.0.0",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "rollup-plugin-typescript2": "^0.18.1",
    "rollup-plugin-uglify-es": "0.0.1",
    "ts-jest": "^23.10.5",
    "tslint": "^5.12.1",
    "typescript": "^3.2.2",
    "whatwg-fetch": "^3.0.0"
  },
  "scripts": {
    "build": "rollup --config",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/janhommes/o.js.git"
  },
  "author": "Jan Hommes",
  "contributors": [
    "Matteo Antony Mistretta <antony.mistretta@gmail.com> (http://www.ingloriouscoderz.it)"
  ],
  "license": "MIT"
}
