package.json 532 B

1234567891011121314151617181920212223
  1. {
  2. "name": "@mightyplow/hyperapp-components",
  3. "version": "1.0.0",
  4. "description": "A set of reusable hyperapp components",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://git.mightyplow.net/mightyplow/hyperapp-components"
  12. },
  13. "keywords": [
  14. "hyperapp",
  15. "components",
  16. "js"
  17. ],
  18. "author": "mightyplow@gmail.com",
  19. "license": "ISC",
  20. "sideEffects": false,
  21. "devDependencies": {},
  22. "dependencies": {}
  23. }