[dev]version 1.5.7
Showing
angular-mocks.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
bower.json
0 → 100644
ngAnimateMock.js
0 → 100644
ngMock.js
0 → 100644
ngMockE2E.js
0 → 100644
package.json
0 → 100644
{ | ||
"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"] | ||
} | ||
} | ||
} | ||
} |
Please
register
or
sign in
to comment