{
"name": "InputBox",
"version": "0.1.9",
"description": "This release will be used to add more functionality over the basic snippet capturing. Implement full featured finance module. And basic widgets.",
"comment": "Get the latest stable version. To upgrade replace the version with 'latest' and run 'npm update --save'; To uninstall unused packages 'npm prune'",
"main": "server.js",
"author": "jsbisht",
"engines": {
"node": "4.0.0",
"npm": "2.14.2"
},
"scripts": {
"start": "node server.js",
"debug": "nodemon server.js",
"inspect": "nodemon --inspect=8535 --debug-brk server.js"
},
"dependencies": {
"async": "latest",
"body-parser": "^1.14.1",
"connect-mongo": "^1.2.1",
"cookie-parser": "^1.4.0",
"ejs": "^2.3.4",
"express": "^4.13.3",
"express-error-handler": "^1.1.0",
"express-session": "^1.12.0",
"hashids": "^1.1.1",
"jsonwebtoken": "^5.5.4",
"method-override": "^2.3.5",
"mongodb": "^2.1.4",
"morgan": "^1.6.1",
"nodemailer": "^2.4.2"
},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-concat": "^2.6.0",
"gulp-less": "^3.0.5",
"gulp-minify-css": "^1.2.3",
"gulp-ng-annotate": "^1.1.0",
"gulp-plumber": "^1.1.0",
"gulp-rev": "^7.1.0",
"gulp-uglify": "^1.5.1",
"gulp-watch": "^4.3.8",
"passport": "^0.3.2",
"passport-facebook": "^2.0.0",
"passport-local": "^1.0.0",
"rev-del": "^1.0.5"
}
}