diff options
Diffstat (limited to 'package.json')
-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": { |