package.json 463 B

123456789101112131415161718192021
  1. {
  2. "name": "domready",
  3. "description": "modern domready",
  4. "version": "1.0.8",
  5. "homepage": "https://github.com/ded/domready",
  6. "author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
  7. "keywords": [
  8. "ender",
  9. "domready",
  10. "dom"
  11. ],
  12. "main": "./ready.js",
  13. "ender": "./src/ender.js",
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/ded/domready.git"
  17. },
  18. "devDependencies": {
  19. "smoosh": ">=0.3.0"
  20. }
  21. }