web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
601 B

  1. {
  2. "author": "Jamison Dance <jergason@gmail.com> (http://jamisondance.com/)",
  3. "name": "recursive-readdir",
  4. "description": "Get an array of all files in a directory and subdirectories.",
  5. "license": "MIT",
  6. "version": "2.2.2",
  7. "repository": {
  8. "type": "git",
  9. "url": "git://github.com/jergason/recursive-readdir.git"
  10. },
  11. "main": "./index.js",
  12. "scripts": {
  13. "test": "mocha test/"
  14. },
  15. "keywords": [
  16. "directory",
  17. "lister"
  18. ],
  19. "engines": {
  20. "node": ">=0.10.0"
  21. },
  22. "dependencies": {
  23. "minimatch": "3.0.4"
  24. },
  25. "devDependencies": {
  26. "mocha": "1.14.0"
  27. }
  28. }