package.json 620 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "angular-mocks",
  3. "version": "1.5.0-rc.0",
  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. }