fvanwijk/mox

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "angular-mox",
  "author": "Frank van Wijk <fvanwijk@xebia.com>",
  "description": "Mocking utility library for AngularJS apps",
  "version": "0.7.1",
  "main": "dist/mox.js",
  "homepage": "https://github.com/fvanwijk/mox",
  "repository": {
    "type": "git",
    "url": "git://github.com/fvanwijk/mox.git"
  },
  "dependencies": {
    "angular": ">=1.2 <=1.6.2",
    "angular-mocks": ">=1.2 <= 1.6.2"
  },
  "devDependencies": {
    "angular-resource": ">=1.2 <= 1.6.2",
    "grunt": "1.0.1",
    "grunt-contrib-clean": "1.0.0",
    "grunt-contrib-concat": "1.0.1",
    "grunt-contrib-copy": "1.0.0",
    "grunt-contrib-jshint": "1.1.0",
    "grunt-contrib-uglify": "2.1.0",
    "grunt-istanbul-coverage": "0.1.4",
    "grunt-jscs": "3.0.1",
    "grunt-karma": "2.0.0",
    "jasmine-core": "2.5.2",
    "jasmine-jquery": "2.1.1",
    "jasmine-mox-matchers": "1.0.0",
    "jquery": "3.1.1",
    "jshint-stylish": "2.2.1",
    "karma": "1.5.0",
    "karma-coverage": "1.1.1",
    "karma-jasmine": "1.1.0",
    "karma-phantomjs-launcher": "1.0.2",
    "load-grunt-tasks": "3.5.2",
    "lodash": "4.17.4",
    "phantomjs-prebuilt": "2.1.14",
    "test-runner-config": "0.5.0"
  },
  "license": "MIT",
  "scripts": {
    "test": "grunt test",
    "prepublish": "grunt"
  }
}