package.json 657 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "whet.extend",
  3. "version": "0.9.9",
  4. "description": "A sharped version of port of jQuery.extend that actually works on node.js",
  5. "keywords": [
  6. "extend",
  7. "jQuery",
  8. "jQuery extend",
  9. "clone",
  10. "copy",
  11. "inherit"
  12. ],
  13. "author": "Dmitrii Karpich <meettya@gmail.com>",
  14. "devDependencies": {
  15. "should": "0.5.1",
  16. "coffee-script": ">=1.3.3",
  17. "chai": "~1.4.2",
  18. "mocha": "~1.8.1"
  19. },
  20. "scripts": {
  21. "test": "cake test"
  22. },
  23. "repository": {
  24. "type": "git",
  25. "url": "https://github.com/Meettya/whet.extend.git"
  26. },
  27. "main": "index.js",
  28. "engines": {
  29. "node": ">=0.6.0"
  30. },
  31. "license": "MIT"
  32. }