diff options
author | James Lal <james@lightsofapollo.com> | 2012-06-27 18:48:44 +0200 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2012-06-27 18:48:44 +0200 |
commit | 1c136b249274a3cad047e043693c6e643892b6a9 (patch) | |
tree | 19507eba7dbbf7a7cf7036808c867c4d0762f3cb | |
parent | 5e731c14d9fca4e99ac73f020d69008431ef4f81 (diff) | |
download | jsCalDAV-1c136b249274a3cad047e043693c6e643892b6a9.tar.gz |
ls
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 2fd6cbd..947171c 100644 --- a/package.json +++ b/package.json @@ -14,12 +14,13 @@ "" ], "dependencies" : { + "sax": "0.4.0", "xmlhttprequest": "1.4.2" }, "devDependencies": { "mocha": "~1.1", "chai": "~1.0", - "sax": "0.4.0" + "test-agent": "~0.6" }, "license": "MIT", "engine": { |