package.json 656 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "copy-to",
  3. "version": "2.0.1",
  4. "description": "copy an object's properties to another object",
  5. "main": "index.js",
  6. "files": ["index.js"],
  7. "scripts": {
  8. "test": "make test"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/node-modules/copy-to.git"
  13. },
  14. "keywords": [
  15. "copy",
  16. "object",
  17. "properties",
  18. "setter",
  19. "getter"
  20. ],
  21. "author": "dead_horse <dead_horse@qq.com>",
  22. "license": "MIT",
  23. "bugs": {
  24. "url": "https://github.com/node-modules/copy-to/issues"
  25. },
  26. "homepage": "https://github.com/node-modules/copy-to",
  27. "devDependencies": {
  28. "mocha": "*",
  29. "should": "*"
  30. }
  31. }