package.json 710 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "cp",
  3. "version": "0.2.0",
  4. "description": "cp for node",
  5. "keywords": [
  6. "fs",
  7. "copy",
  8. "cp"
  9. ],
  10. "author": "Stephen Mathieson <me@stephenmathieson.com>",
  11. "repository": {
  12. "type": "git",
  13. "url": "git://github.com/stephenmathieson/node-cp.git"
  14. },
  15. "devDependencies": {
  16. "co-mocha": "^1.0.3",
  17. "glob": "~3.2.1",
  18. "gnode": "^0.1.0",
  19. "istanbul": "git://github.com/gotwarlost/istanbul#c6f8fc8b102cfa4e4455d6a165485b38cb58160c",
  20. "mocha": "^2.0.1"
  21. },
  22. "main": "index",
  23. "license": "MIT",
  24. "bugs": {
  25. "url": "https://github.com/stephenmathieson/node-cp/issues"
  26. },
  27. "directories": {
  28. "test": "test"
  29. },
  30. "scripts": {
  31. "test": "make test"
  32. }
  33. }