{
  "name": "work-paragon",
  "version": "0.0.3",
  "description": "Module with offline access to Paragon's Cards and Heroes, from Paragon's official API",
  "main": "app.coffee",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Paragon",
    "Cards",
    "Heroes"
  ],
  "dependencies": {
    "coffeeify": "^1.1.0"
  },
  "browserify": {
    "transform": [
      "coffeeify"
    ]
  },
  "author": "Handful <handful@gmail.com>",
  "license": "ISC"
}
