package.json 831 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "jsfuck",
  3. "version": "0.5.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. "scripts": {
  29. "start": "grunt default watch"
  30. },
  31. "devDependencies": {
  32. "grunt": "^0.4.5",
  33. "grunt-cli": "~1.2.0",
  34. "grunt-contrib-nodeunit": "~0.2.0",
  35. "grunt-contrib-watch": "~0.5.3",
  36. "gruntify-eslint": "^5.0.0"
  37. }
  38. }