UNPKG

omnifilter

Version:

"Awesome filters applied to personal images"

40 lines (38 loc) 937 B
{ "name": "omnifilter", "version": "1.0.0", "description": "\"Awesome filters applied to personal images\"", "main": "server.js", "directories": { "test": "tests" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "repository": { "type": "git", "url": "git+https://github.com/ocgears/omnifilter.git" }, "author": "Stephen Salzer, Aaron Filson, Gene Troy, Erika Hokanson, Rob Merrill", "license": "MIT", "bugs": { "url": "https://github.com/ocgears/omnifilter/issues" }, "homepage": "https://github.com/ocgears/omnifilter#readme", "dependencies": { "body-parser": "^1.14.2", "express": "^4.13.3", "mongoose": "^4.3.6" }, "devDependencies": { "bcrypt": "^0.8.5", "chai": "^3.4.1", "chai-http": "^1.0.0", "gulp": "^3.9.0", "gulp-eslint": "^1.1.1", "gulp-mocha": "^2.2.0", "jsonwebtoken": "^5.5.4", "mocha": "^2.3.4" } }