package.json 510 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "@mightyplow/jslib",
  3. "version": "0.1.4",
  4. "description": "js, helpers library",
  5. "main": "jslib.js",
  6. "dependencies": {
  7. "nodeunit": "^0.9.1"
  8. },
  9. "devDependencies": {},
  10. "scripts": {
  11. "test": "nodeunit tests/tests.js"
  12. },
  13. "files": [
  14. "lib",
  15. "jslib.js"
  16. ],
  17. "keywords": [
  18. "js",
  19. "javascript",
  20. "helpers",
  21. "library"
  22. ],
  23. "author": {
  24. "name": "mightyplow",
  25. "email": "mightyplow@gmail.com",
  26. "url": "http://mightyplow.net"
  27. },
  28. "license": "ISC"
  29. }