Add jsdom as a dependency to be able to parse HTML in the server

pull/204/head
Lorenzo Gil Sanchez 2011-11-16 17:39:33 +01:00
parent e4481ea22b
commit 4e5e5edc8e
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@
"uglify-js" : "1.0.7", "uglify-js" : "1.0.7",
"gzip" : "0.1.0", "gzip" : "0.1.0",
"formidable" : "1.0.2", "formidable" : "1.0.2",
"log4js" : "0.3.8" "log4js" : "0.3.8",
"jsdom" : "0.2.9"
}, },
"version" : "1.0.0" "version" : "1.0.0"
} }