{
  "name": "zorba-node",
  "version": "0.1.6",
  "description": "ZORBA nodejs binding",
  "scripts": {
    "configure": "node-gyp configure",
    "build": "node-gyp build",
    "test": "mocha",
    "test:watch": "fswatch -o api test index.js | xargs -n1 -I{} sh -c 'npm test'"

  },
  "repository": {
    "type": "git",
    "url": "https://github.com/habdelra/zorba-nodejs.git"
  },
  "author": "Hassan Abdel-Rahman",
  "license": "Apache 2.0",
  "readmeFilename": "README.md",
  "keywords": [
    "XQuery",
    "JSONiq",
    "processor",
    "zorba"
  ],
  "main": "index.js",
  "devDependencies": {
    "chai": "^3.4.1",
    "mocha": "^2.3.4",
    "nan": "^2.0.5",
    "node-gyp": "^1.0.3"
  },
  "dependencies": {
    "bindings": "^1.2.1",
    "nan": "^2.2.0"
  }
}
