UNPKG

feathers-blipp

Version:
51 lines (50 loc) 1.16 kB
{ "name": "feathers-blipp-example", "description": "simple example application", "version": "0.0.0", "homepage": "", "main": "src", "keywords": [ "feathers" ], "author": { "name": "bsubedi26", "email": "bsubedi26@gmail.com" }, "contributors": [], "bugs": {}, "directories": { "lib": "src", "test": "test/" }, "engines": { "node": "^8.0.0", "yarn": ">= 0.18.0" }, "scripts": { "test": "yarn run eslint && yarn run mocha", "eslint": "eslint src/. test/. --config .eslintrc.json", "start": "node src/", "mocha": "mocha test/ --recursive --exit" }, "dependencies": { "@feathersjs/configuration": "^1.0.2", "@feathersjs/errors": "^3.2.1", "@feathersjs/express": "^1.1.2", "@feathersjs/feathers": "^3.0.5", "@feathersjs/socketio": "^3.0.2", "compression": "^1.7.1", "cors": "^2.8.4", "feathers-nedb": "^3.0.0", "helmet": "^3.9.0", "nedb": "^1.8.0", "serve-favicon": "^2.4.5", "winston": "^2.4.0" }, "devDependencies": { "eslint": "^4.15.0", "mocha": "^4.1.0", "request": "^2.83.0", "request-promise": "^4.2.2" } }