{
  "name": "node-pritunl",
  "version": "0.0.2",
  "description": "Access Pritunl API from NodeJS",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Mohammad Anwari <mdamt@mdamt.net> (http://aksi.mdamt.net/)",
  "license": "MIT",
  "dependencies": {
    "merge": "^1.2.0",
    "promise": "^7.0.4",
    "request": "^2.61.0",
    "uuid": "^2.0.1"
  },
  "devDependencies": {
    "mocha": "^2.2.5",
    "nock": "^2.10.0",
    "should": "^7.0.4"
  }
}
