ddo/chirp-rest

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "chirp-rest",
  "version": "1.0.0",
  "description": "twitter rest apis in nodejs",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "https://ddo@github.com/ddo/chirp-rest.git"
  },
  "keywords": [
    "chirp",
    "twitter",
    "api",
    "rest"
  ],
  "author": "ddo <joeddo89@gmail.com> (http://ddo.me/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ddo/chirp-rest/issues"
  },
  "homepage": "https://github.com/ddo/chirp-rest",
  "dependencies": {
    "debug": "^1.0.0",
    "oauth-request": "0.0.1"
  },
  "devDependencies": {
    "chai": "^1.9.1",
    "coveralls": "^2.10.0",
    "istanbul": "^0.2.10",
    "mocha": "^1.19.0"
  }
}