12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "name": "juryd.com",
- "version": "0.0.1",
- "description": "",
- "homepage": "http://juryd.com",
- "author": "David A. Windham",
- "private": true,
- "repository": {
- "type": "git",
- "url": "git+https://github.com/windhamdavid/juryd.git"
- },
- "engines": {
- "node": ">=4.0.0"
- },
- "dependencies": {
- "async": "^1.5.0",
- "bcrypt-nodejs": "0.0.3",
- "bcryptjs": "^2.3.0",
- "body-parser": "^1.14.1",
- "compression": "^1.6.0",
- "connect-mongo": "^0.8.2",
- "cookie-parser": "^1.3.5",
- "errorhandler": "^1.4.2",
- "express": "^4.13.3",
- "express-flash": "0.0.2",
- "express-handlebars": "^2.0.1",
- "express-session": "^1.12.1",
- "express-validator": "^2.18.0",
- "file-stream-rotator": "0.0.6",
- "fs": "0.0.2",
- "lodash": "^3.10.1",
- "lusca": "^1.3.0",
- "method-override": "^2.3.5",
- "mongoose": "^4.2.9",
- "morgan": "~1.6.1",
- "nodemailer": "^1.10.0",
- "passport": "^0.3.2",
- "passport-local": "^1.0.0",
- "serve-favicon": "~2.3.0"
- },
- "devDependencies": {
- "browser-sync": "^2.10.0",
- "del": "^2.1.0",
- "gulp": "^3.9.0",
- "gulp-concat": "^2.6.0",
- "gulp-jshint": "^2.0.0",
- "gulp-minify-css": "^1.2.1",
- "gulp-minify-html": "^1.0.4",
- "gulp-nodemon": "^2.0.4",
- "gulp-uglify": "^1.5.1",
- "jshint-stylish": "^2.1.0",
- "nodemon": "^1.8.1"
- },
- "scripts": {
- "start": "node app.js",
- "test": "mocha --reporter spec --timeout 5000"
- }
- }
|