package.json 501 B

1234567891011121314151617181920
  1. {
  2. "name": "underscore-enlarger",
  3. "version": "0.0.0",
  4. "description": "More utility functions",
  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/yzziizzy/underscore-enlarger.git"
  12. },
  13. "author": "Izzy",
  14. "license": "AGPLv3",
  15. "bugs": {
  16. "url": "https://github.com/yzziizzy/underscore-enlarger/issues"
  17. },
  18. "homepage": "https://github.com/yzziizzy/underscore-enlarger"
  19. }