RePoChO/Backbone.HATEOAS

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "backbone.hateoas",
  "version": "0.1.2",
  "description": "Adds to Backbone the possibility to interact with HATEOAS APIs. Currently only supports HAL implementation.",
  "main": "src/Backbone.HATEOAS.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "underscore": "^1.8.3",
    "backbone": "^1.2.1"
  },
  "devDependencies": {
    "chai": "^3.0.0",
    "codeclimate-test-reporter": "0.0.4",
    "istanbul": "^0.3.14",
    "mocha": "^2.2.5",
    "sinon": "^1.14.1"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/RePoChO/Backbone.HATEOAS.git"
  },
  "keywords": [
    "Backbone",
    "HATEOAS",
    "HAL"
  ],
  "author": "David Vega Fontelos <david@zonamail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/RePoChO/Backbone.HATEOAS/issues"
  },
  "homepage": "https://github.com/RePoChO/Backbone.HATEOAS"
}