feathers/packages/errors/package.json
David Luecke a0773a372f
Update all dependencies (#967)
chore: Update all dependencies
2018-08-30 10:50:51 -07:00

48 lines
944 B
JSON

{
"name": "@feathersjs/errors",
"description": "Common error types for Feathers apps",
"version": "3.3.1",
"homepage": "https://feathersjs.com",
"main": "lib/index",
"keywords": [
"feathers",
"feathers-plugin"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/feathersjs/feathers.git"
},
"author": {
"name": "Feathers contributors",
"email": "hello@feathersjs.com",
"url": "https://feathersjs.com"
},
"contributors": [],
"bugs": {
"url": "https://github.com/feathersjs/feathers/issues"
},
"engines": {
"node": ">= 6"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "../../node_modules/.bin/mocha --opts ../../mocha.opts"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"debug": "^3.1.0"
},
"devDependencies": {
"@feathersjs/feathers": "^3.1.7",
"chai": "^4.1.2",
"express": "^4.16.3",
"sinon": "^6.1.5",
"sinon-chai": "^3.2.0"
}
}