package.json 650 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "generate-function",
  3. "version": "1.1.0",
  4. "description": "Module that helps you write generated functions in Node",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "tape test.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/mafintosh/generate-function"
  12. },
  13. "keywords": [
  14. "generate",
  15. "code",
  16. "generation",
  17. "function",
  18. "performance"
  19. ],
  20. "author": "Mathias Buus",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/mafintosh/generate-function/issues"
  24. },
  25. "homepage": "https://github.com/mafintosh/generate-function",
  26. "devDependencies": {
  27. "tape": "^2.13.4"
  28. }
  29. }