diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 58 |
1 files changed, 31 insertions, 27 deletions
diff --git a/package.json b/package.json index adefb82..b055b9e 100644 --- a/package.json +++ b/package.json @@ -6,41 +6,45 @@ "url": "git://github.com/okfocus/vvalls.git" }, "dependencies": { - "express": "~3.4.8", - "monk": "~0.7.1", - "socket.io": "~0.9.16", + "body-parser": "1.3.0", "connect-mongo": "~0.4.1", - "passport": "~0.2.0", - "passport-local": "~1.0.0", - "passport-twitter": "~1.0.2", - "passport-facebook": "~1.0.3", - "passport.socketio": "~3.0.1", - "node-restful": "~0.1.14", "ejs": "^0.8.8", - "useful-string": "0.0.1", + "emailjs": "~0.3.6", + "express": "^3.4.8", "express-subdomain-handler": "~0.1.0", "express-subdomains": "0.0.5", - "lodash": "~2.4.1", - "mongoose": "~3.8.8", - "mongoose-unique-validator": "~0.3.0", - "mongoose-lifecycle": "~1.0.0", + "express-xml-bodyparser": "0.0.6", + "html-entities": "~1.0.10", + "inspect": "0.0.2", + "intro.js": "^0.9.0", + "js2xml": "", "knox": "~0.8.10", + "lodash": "~2.4.1", + "marked": "~0.3.2", + "method-override": "^2.3.6", "moment": "~2.6.0", - "html-entities": "~1.0.10", + "mongoose": "^4.2.8", + "mongoose-lifecycle": "", + "mongoose-unique-validator": "", "multer": "~0.1.0", - "body-parser": "1.3.0", - "marked": "~0.3.2", - "emailjs": "~0.3.6", - "intro.js": "^0.9.0" + "node-recurly": "julescarbon/node-recurly", + "passport": "~0.2.0", + "passport-facebook": "~1.0.3", + "passport-local": "~1.0.0", + "passport-twitter": "~1.0.2", + "passport.socketio": "~3.0.1", + "socket.io": "~0.9.16", + "useful-string": "0.0.1", + "xml2js": "" }, "devDependencies": { - "grunt": "~0.4.1", - "grunt-contrib-concat": "~0.3.0", - "grunt-contrib-uglify": "~0.2.5", - "grunt-contrib-watch": "~0.5.3", - "grunt-contrib-clean": "~0.5.0", - "grunt-contrib-copy": "~0.5.0", - "grunt-dentist": "~0.3.4", - "mocha": "~1.20.1" + "grunt": "", + "grunt-contrib-concat": "", + "grunt-contrib-uglify": "", + "grunt-contrib-watch": "", + "grunt-contrib-clean": "", + "grunt-contrib-copy": "", + "grunt-dentist": "", + "mocha": "" } } |
