msieurtoph/angular-checkboxes

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "angular-checkboxes",
  "version": "1.0.3",
  "description": "Bind a list of checkboxes to a unique ng-model array",
  "main": "angular-checkboxes.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/msieurtoph/angular-checkboxes.git"
  },
  "keywords": [
    "ng-model",
    "checkbox",
    "array",
    "list"
  ],
  "author": {
    "name": "msieurtoph",
    "email": "chr.pot@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/msieurtoph/angular-checkboxes/issues"
  },
  "homepage": "https://github.com/msieurtoph/angular-checkboxes#readme",
  "devDependencies": {
    "angular": "^1.6.5",
    "angular-mocks": "^1.6.5",
    "grunt": "^1.0.1",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-karma": "^2.0.0",
    "jasmine-core": "^2.7.0",
    "jshint-stylish": "^2.2.1",
    "karma": "^1.7.0",
    "karma-coverage": "^1.1.1",
    "karma-jasmine": "^1.1.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-spec-reporter": "0.0.31",
    "load-grunt-tasks": "^3.5.2",
    "phantomjs": "^2.1.7",
    "time-grunt": "^1.4.0"
  }
}