{
  "name": "odoo",
  "version": "0.4.0",
  "description": "Node.js client library for Odoo using JSON-RPC",
  "main": "./lib/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha test"
  },
  "engines": {
    "node": ">=0.11.16"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/saidimu/odoo"
  },
  "keywords": [
    "odoo",
    "openepr",
    "jsonrpc"
  ],
  "author": "Saidimu Apale <saidimu@gmail.com>",
  "bugs": {
    "url": "https://github.com/saidimu/odoo/issues"
  },
  "homepage": "https://github.com/saidimu/odoo",
  "dependencies": {
    "jayson": "^1.2.1",
    "lodash": "^3.10.1"
  },
  "devDependencies": {
    "gulp": "^3.8.11",
    "gulp-mocha": "^2.0.0",
    "sinon": "^1.12.2"
  }
}
