{
  "name": "odoql-exe",
  "version": "1.6.2",
  "description": "Execution strategies for OdoQL",
  "main": "exe.js",
  "scripts": {
    "test": "mocha test/*.js --reporter spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/odojs/odoql-exe.git"
  },
  "keywords": [
    "odoql"
  ],
  "author": "MetOcean Solutions Ltd",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/odojs/odoql-exe/issues"
  },
  "homepage": "https://github.com/odojs/odoql-exe",
  "dependencies": {
    "extend": "^2.0.1",
    "odo-async": "1.0.2",
    "odo-template": "^1.0.0",
    "odo-math": "1.0.0"
  },
  "devDependencies": {
    "odoql": "7.*",
    "chai": "3.2.0",
    "mocha": "2.3.2"
  }
}
