package.json 440 B

12345678910111213141516171819
  1. {
  2. "name": "@mightyplow/jslib",
  3. "version": "0.1.0",
  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. "keywords": ["js", "javascript", "helpers", "library"],
  13. "author": {
  14. "name": "mightyplow",
  15. "email": "mightyplow@gmail.com",
  16. "url": "http://mightyplow.net"
  17. },
  18. "license": "ISC"
  19. }