package.json 915 B

1234567891011121314151617181920212223
  1. {
  2. "name" : "jasmine-dom"
  3. , "version" : "0.2.5"
  4. , "description" : "Run your jasmine html SpecRunner in node.js."
  5. , "keywords" : ["javascript testing","bdd","jasmine"]
  6. , "homepage" : "https://github.com/andrewpmckenzie/node-jasmine-dom"
  7. , "repository" : {"type":"git",
  8. "url" :"https://github.com/andrewpmckenzie/node-jasmine-dom.git"}
  9. , "author" : "Andrew McKenzie <andrew@mckenzie.name> (http://andrew.mckenzie.name)"
  10. , "thanks-to" : "jasmine-node"
  11. , "engines" : { "node" : ">= 0.4.9" }
  12. , "dependencies": { "jsdom" : "0.2.1",
  13. "node-static" : "0.5.7",
  14. "yaml" : "0.2.1",
  15. "request" : "2.0.2",
  16. "cssom" : "0.2.0",
  17. "htmlparser" : "1.7.3"
  18. }
  19. , "bin" : "bin/jasmine-dom"
  20. , "main" : "lib/jasmine-dom"
  21. }