sanemat/hubot-phonetic-alphabet

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hubot-phonetic-alphabet",
  "description": "Transform phrase to phonetic alphabet, this is phoneticize.",
  "version": "0.1.1",
  "author": "sanemat <o.gata.ken@gmail.com>",
  "license": "MIT",
  "keywords": [
    "hubot",
    "hubot-scripts"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/sanemat/hubot-phonetic-alphabet.git"
  },
  "bugs": {
    "url": "https://github.com/sanemat/hubot-phonetic-alphabet/issues"
  },
  "dependencies": {
    "coffee-script": "^1.7.1",
    "npa": "^0.1.1"
  },
  "devDependencies": {
    "chai": "*",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-mocha-test": "^0.10.2",
    "grunt-release": "^0.7.0",
    "matchdep": "^0.3.0",
    "mocha": "*",
    "sinon": "*",
    "sinon-chai": "*"
  },
  "main": "index.coffee",
  "scripts": {
    "test": "script/test"
  }
}