{
  "name": "node-qantani",
  "version": "0.0.3",
  "description": "Node library for the Qantani API",
  "typings": "dist/node-qantani.d.ts",
  "typescript": {
    "definition": "dist/node-qantani.d.ts"
  },
  "scripts": {
    "test": "grunt test"
  },
  "main": "lib/main.js",
  "repository": {
    "type": "git",
    "url": "git@lab.jarvix.nl:edufactuur/node-qantani.git"
  },
  "author": "Jos Kuijpers <jkuijpers@jarvix.nl>",
  "license": "ISC",
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-dts-bundle": "^0.3.0",
    "grunt-mocha-test": "^0.12.7",
    "grunt-newer": "^1.2.0",
    "grunt-text-replace": "^0.4.0",
    "grunt-ts": "^5.5.1",
    "grunt-tslint": "^3.1.0",
    "jit-grunt": "^0.10.0",
    "mocha": "^2.5.2",
    "time-grunt": "^1.3.0",
    "tslint": "^3.10.2",
    "typescript": "^1.8.10"
  },
  "dependencies": {
    "bluebird": "^3.4.0",
    "lodash": "^4.13.1"
  }
}
