platanus/angular-restmod

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "angular-restmod",
  "version": "1.1.11",
  "authors": [
    "Ignacio Baixas <ignacio@platan.us>"
  ],
  "description": "API Bound Models for AngularJS",
  "license": "MIT",
  "homepage": "https://github.com/angular-platanus/restmod",
  "repository": {
    "type": "git",
    "url": "git://github.com/angular-platanus/restmod.git"
  },
  "main": "./dist/angular-restmod-bundle.min.js",
  "ignore": [
    "**/.*",
    "Gruntfile.js",
    "karma.conf.js",
    "package.json",
    "test",
    "src",
    ".travis.yml"
  ],
  "dependencies": {
    "angular": "~1",
    "angular-inflector": "~0.2.0"
  },
  "devDependencies": {
    "angular": "*",
    "angular-mocks": "*"
  }
}