{
  "name": "stamina-calculator",
  "version": "0.0.5",
  "description": "Stamina calculator for Japanese social game",
  "main": "./src/stamina-calculator.coffee",
  "author": {
    "name": "ota42y",
    "email": "ota42y@gmail(dot)com"
  },
  "license": "MIT",
  "keywords": [
    "social game",
    "stamina"
  ],
  "scripts": {
    "test": "cake test"
  },
  "repository" : {
    "type" : "git",
    "url" : "git@github.com:ota42y/stamina-calculator.git"
  },
  "dependencies": {
    "coffee-script": ">= 1.1.0"
  },
  "devDependencies": {
    "chai": "~1.0.3",
    "mocha": ">= 1.2.1",
    "sinon": "~1.10.2"
  }
}
