crunch-node/package.json
Andrew Davidson dc8639c5ef Fixed #19 with the addition of some new modules to parse the image EXIF
data.

Made a lot of progress on #1 with additional work on the rendering
templates.
2016-01-24 22:05:38 -05:00

31 lines
738 B
JSON

{
"name": "amdavidson.com",
"version": "0.0.0",
"private": true,
"dependencies": {
"async": "^1.5.0",
"body-parser": "^1.13.2",
"connect-ensure-login": "^0.1.1",
"connect-redis": "^3.0.2",
"cookie-parser": "^1.3.5",
"debug": "^2.2.0",
"exif": "^0.5.1",
"express": "^4.13.1",
"express-flash": "^0.0.2",
"express-session": "^1.13.0",
"jade": "^1.11.0",
"lodash": "^4.0.0",
"marked": "^0.3.5",
"moment": "^2.11.1",
"mongodb": "^2.1.4",
"morgan": "^1.6.1",
"multer": "^1.1.0",
"ncp": "^2.0.0",
"node-uuid": "^1.4.7",
"passport": "^0.3.0",
"passport-local": "^1.0.0",
"redis": "^2.4.2",
"serve-favicon": "^2.3.0",
"sharp": "^0.12.2"
}
}