{
  "name": "hubot-note",
  "version": "0.0.3",
  "description": "hubot note taking script",
  "main": "./src/hubot_note_command.coffee",
  "author": {
    "name": "ota42y",
    "email": "ota42y@gmail(dot)com"
  },
  "license": "MIT",
  "keywords": [
    "hubot",
    "note"
  ],
  "scripts": {
    "test": "cake test"
  },
  "repository" : {
    "type" : "git",
    "url" : "git@github.com:ota42y/hubot-note.git"
  },
  "dependencies": {
    "coffee-script": ">= 1.1.0",
    "strftime" : "*"
  },
  "devDependencies": {
    "chai": "~1.0.3",
    "mocha": ">= 1.2.1",
    "sinon": "~1.10.2"
  }
}
