blob: 49f7779bf375aa1a3d52be9b2fdb2ac1e9ef1381 [file] [log] [blame]
Matteo Scandolof8dabe52015-12-17 16:12:15 -08001{
2 "name": "angular-mocks",
3 "version": "1.4.8",
4 "description": "AngularJS mocks for testing",
5 "main": "angular-mocks.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/angular/angular.js.git"
12 },
13 "keywords": [
14 "angular",
15 "framework",
16 "browser",
17 "mocks",
18 "testing",
19 "client-side"
20 ],
21 "author": "Angular Core Team <angular-core+npm@google.com>",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/angular/angular.js/issues"
25 },
26 "homepage": "http://angularjs.org"
27}