diff --git a/package.json b/package.json index 95de11e..e78a40a 100644 --- a/package.json +++ b/package.json @@ -2,11 +2,10 @@ "name": "xmlBodyParser", "description": "Parses POST requests with Content-Type: 'application/xml' for consumption in your node app", "version": "0.0.1", - "private": true, "dependencies": { - "express": "3.0.5", "xml2js": ">= 0.2.0" }, + "main": "xmlBodyParser.js", "author": { "name": "Arush Sehgal", "email": "arush@getbrandid.com", @@ -21,4 +20,4 @@ "application/xml", "text/xml" ] -} \ No newline at end of file +}