{
  "name": "passbooker",
  "version": "1.1.1",
  "description": "Generates Apple Passboks",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mifitto/node-passbooker"
  },
  "keywords": [
    "Apple",
    "Passbook",
    "Generation",
    "Creation"
  ],
  "author": "Dominik Lessel <dominik@mifitto.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mifitto/node-passbooker/issues"
  },
  "homepage": "https://github.com/mifitto/node-passbooker",
  "devDependencies": {
    "mocha": "^2.0.1",
    "should": "^4.1.0"
  },
  "dependencies": {
    "async": "^0.9.0",
    "commander": "^2.5.0",
    "hoek": "^2.8.1",
    "jszip": "^2.4.0",
    "node-forge": "^0.6.16"
  }
}
