package.json 520 B

1234567891011121314151617181920
  1. {
  2. "name": "@mightyplow/blindtext",
  3. "version": "1.0.0",
  4. "description": "A JavaScript blindtext generator",
  5. "main": "blindtext.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git@git.mightyplow.net:mightyplow/js-blindtext.git"
  12. },
  13. "keywords": ["lorem ipsum", "blindtext"],
  14. "author": {
  15. "name": "mightyplow",
  16. "email": "mightyplow@gmail.com",
  17. "url": "https://git.mightyplow.net/mightyplow"
  18. },
  19. "license": "ISC"
  20. }