You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
811 B

  1. {
  2. "name": "angular-simple-logger",
  3. "version": "0.1.7",
  4. "description": "Basic logger with level logging which can also be independent.",
  5. "main": "./dist/angular-simple-logger.js",
  6. "homepage": "https://github.com/nmccready/angular-simple-logger",
  7. "repository": {
  8. "type": "git",
  9. "url": "git://github.com/nmccready/angular-simple-logger.git"
  10. },
  11. "author": "Nicholas McCready",
  12. "license": "MIT",
  13. "dependencies": {
  14. "angular": "^1.2"
  15. },
  16. "devDependencies": {
  17. "angular-mocks": "^1.2"
  18. },
  19. "resolutions": {
  20. "angular": "1.4.X"
  21. },
  22. "ignore": [
  23. ".*",
  24. "spec",
  25. "*.coffee",
  26. "*.json",
  27. ".gitignore",
  28. ".travis.yml",
  29. "*.html",
  30. "package.js",
  31. "*.md",
  32. "src",
  33. "gulp",
  34. "scripts",
  35. "node_modules",
  36. "bower_components",
  37. "tmp"
  38. ]
  39. }