Commit 4a35e320 authored by bingchuan's avatar bingchuan

[dev]version 1.5.7

parents
Pipeline #45 failed with stages
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"name": "angular-mocks",
"version": "1.5.7",
"license": "MIT",
"main": "./angular-mocks.js",
"ignore": [],
"dependencies": {
"angular": "1.5.7"
}
}
require('./angular-mocks');
module.exports = 'ngAnimateMock';
require('./angular-mocks');
module.exports = 'ngMock';
require('./angular-mocks');
module.exports = 'ngMockE2E';
{
"name": "angular-mocks",
"version": "1.5.7",
"description": "AngularJS mocks for testing",
"main": "angular-mocks.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.js.git"
},
"keywords": [
"angular",
"framework",
"browser",
"mocks",
"testing",
"client-side"
],
"author": "Angular Core Team <angular-core+npm@google.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/angular.js/issues"
},
"homepage": "http://angularjs.org",
"jspm": {
"shim": {
"angular-mocks": {
"deps": ["angular"]
}
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment