{
  "name": "ys-passkit-and-cherrypie-client",
  "version": "1.0.0",
  "description": "Simple Node.js client for passkit and cherrypie plugin",
  "main": "src/index.js",
  "engine": "node >= 6.4.0",
  "scripts": {
    "test": "node_modules/.bin/mocha  ./test",
    "jsdoc": "./node_modules/.bin/jsdoc -c jsdoc.json -r -d ./doc/jsdoc",
    "prepublish":  "./node_modules/.bin/jsdoc -c jsdoc.json -r -d ./doc/jsdoc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yoursystem/ys-passkit-and-cherrypie-client.git"
  },
  "keywords": [
    "Passkit",
    "CherryPie",
    "API",
    "Client"
  ],
  "author": "Michal Černý",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yoursystem/ys-passkit-and-cherrypie-client/issues"
  },
  "homepage": "https://github.com/yoursystem/ys-passkit-and-cherrypie-client#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "jsdoc": "^3.4.0",
    "mocha": "^2.4.5"
  },
  "dependencies": {
    "bluebird": "^3.3.5",
    "btoa": "^1.1.2",
    "crypto-js": "^3.1.6",
    "superagent": "^2.2.0",
    "urllib": "^2.9.1"
  }
}
