package.json 589 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "jsfuck",
  3. "version": "0.1.0",
  4. "description": "Write any JavaScript with just 6 characters: []()!+",
  5. "main": "jsfuck.js",
  6. "bin": "fuck.js",
  7. "repository": {
  8. "type": "git",
  9. "url": "git://github.com/aemkei/jsfuck.git"
  10. },
  11. "keywords": [
  12. "esoteric",
  13. "obfuscation"
  14. ],
  15. "author": {
  16. "name": "Martin Kleppe",
  17. "url": "https://github.com/aemkei"
  18. },
  19. "licenses": [
  20. {
  21. "type": "WTFPL",
  22. "url": "https://raw.github.com/aemkei/jsfuck/master/LICENSE.txt"
  23. }
  24. ],
  25. "bugs": {
  26. "url": "https://github.com/aemkei/jsfuck/issues"
  27. }
  28. }