package.json 674 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "copyfiles",
  3. "version": "2.4.1",
  4. "description": "copy some files",
  5. "main": "index.js",
  6. "bin": {
  7. "copyfiles": "./copyfiles",
  8. "copyup": "./copyfiles"
  9. },
  10. "scripts": {
  11. "test": "tape test/test.*.js | tspec"
  12. },
  13. "author": "",
  14. "license": "MIT",
  15. "dependencies": {
  16. "glob": "^7.0.5",
  17. "minimatch": "^3.0.3",
  18. "mkdirp": "^1.0.4",
  19. "noms": "0.0.0",
  20. "through2": "^2.0.1",
  21. "untildify": "^4.0.0",
  22. "yargs": "^16.1.0"
  23. },
  24. "repository": {
  25. "type": "git",
  26. "url": "git://github.com/calvinmetcalf/copyfiles.git"
  27. },
  28. "devDependencies": {
  29. "rimraf": "^2.2.6",
  30. "tape": "^4.6.0",
  31. "tap-spec": "^5.0.0"
  32. }
  33. }