hollomancer/hubot-trim

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hubot-trim",
  "description": "use /trim command to shorten URLs with tr.im",
  "version": "0.0.0",
  "author": "hollomancer <chollomon@gmail.com>",
  "license": "MIT",
  "keywords": [
    "hubot",
    "hubot-scripts",
    "trim"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/hubot-scripts/hubot-trim.git"
  },
  "bugs": {
    "url": "https://github.com/hubot-scripts/hubot-trim/issues"
  },
  "dependencies": {
    "coffee-script": "~1.12.2"
  },
  "devDependencies": {
    "chai": "*",
    "grunt-contrib-watch": "~1.0.0",
    "grunt-mocha-test": "~0.13.2",
    "grunt-release": "~0.14.0",
    "hubot-test-helper": "^1.5.0",
    "matchdep": "~1.0.1",
    "mocha": "*"
  },
  "main": "index.coffee",
  "scripts": {
    "test": "grunt test"
  }
}