pjanuario/rendr-auth-rest-adapter

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "rendr-auth-rest-adapter",
  "version": "1.0.1",
  "description": "Custom version of the traditional RestAdapter that inherits all its functionality and also adds support for adding extra parameters for API authentication.",
  "main": "index.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pjanuario/rendr-auth-rest-adapter.git"
  },
  "keywords": [
    "rendr",
    "auth-rest-adapter",
    "auth-data-adapter",
    "rest-adapter",
    "data-adapter"
  ],
  "author": "Pedro Januário <prnjanuario@gmail.com> (http://shared-mind.tumblr.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pjanuario/rendr-auth-rest-adapter/issues"
  },
  "homepage": "https://github.com/pjanuario/rendr-auth-rest-adapter",
  "dependencies": {
    "rendr": "^1.0.3",
    "underscore": "^1.8.2"
  },
  "devDependencies": {
    "chai": "^2.2.0",
    "grunt": "^0.4.5",
    "grunt-bg-shell": "^2.3.1",
    "grunt-bump": "^0.3.0",
    "grunt-contrib-jshint": "^0.11.1",
    "istanbul": "^0.3.13",
    "load-grunt-config": "^0.16.0",
    "mocha": "^2.2.1",
    "sinon": "^1.14.1"
  }
}