package.json 603 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "angular-sanitize",
  3. "version": "1.5.3",
  4. "description": "AngularJS module for sanitizing HTML",
  5. "main": "index.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. "html",
  18. "client-side"
  19. ],
  20. "author": "Angular Core Team <angular-core+npm@google.com>",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/angular/angular.js/issues"
  24. },
  25. "homepage": "http://angularjs.org"
  26. }