package.json 485 B

1234567891011121314151617181920212223
  1. {
  2. "name": "@mightyplow/jslib",
  3. "version": "0.1.4",
  4. "description": "js, helpers library",
  5. "main": "jslib.js",
  6. "dependencies": {
  7. },
  8. "devDependencies": {},
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "files": [
  13. "lib",
  14. "jslib.js"
  15. ],
  16. "keywords": ["js", "javascript", "helpers", "library"],
  17. "author": {
  18. "name": "mightyplow",
  19. "email": "mightyplow@gmail.com",
  20. "url": "http://mightyplow.net"
  21. },
  22. "license": "ISC"
  23. }