package.json 731 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "formidable",
  3. "version": "1.2.6",
  4. "license": "MIT",
  5. "description": "(DEPRECATED! Install formidable@v2) A node.js module for parsing form data, especially file uploads.",
  6. "homepage": "https://github.com/node-formidable/formidable",
  7. "funding": "https://ko-fi.com/tunnckoCore/commissions",
  8. "repository": "node-formidable/formidable",
  9. "main": "./lib/index.js",
  10. "files": [
  11. "lib"
  12. ],
  13. "publishConfig": {
  14. "access": "public",
  15. "tag": "v1"
  16. },
  17. "devDependencies": {
  18. "gently": "^0.8.0",
  19. "findit": "^0.1.2",
  20. "hashish": "^0.0.4",
  21. "urun": "^0.0.6",
  22. "utest": "^0.0.8",
  23. "request": "^2.11.4"
  24. },
  25. "scripts": {
  26. "test": "node test/run.js",
  27. "clean": "rm test/tmp/*"
  28. }
  29. }