feathers/packages/errors/package.json
2018-08-20 19:58:09 -07:00

62 lines
1.3 KiB
JSON

{
"name": "feathers-errors",
"description": "Convenient error handling for Feathers services.",
"version": "0.1.0",
"homepage": "https://github.com/feathersjs/feathers-errors",
"author": {
"name": "Eric Kryski",
"email": "e.kryski@gmail.com"
},
"contributors": [
{
"name": "David Luecke",
"email": "daff@neyeon.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/feathersjs/feathers-errors.git"
},
"bugs": {
"url": "https://github.com/feathersjs/feathers-errors/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/feathersjs/feathers-errors/blob/master/LICENSE-MIT"
}
],
"main": "lib/errors",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test",
"start": "grunt"
},
"devDependencies": {
"grunt-cli": "~0.1.7",
"grunt": "~0.4.1",
"grunt-release": "~0.5.1",
"grunt-contrib-jshint": "~0.x",
"grunt-simple-mocha": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"feathers": ">= 0.3.1",
"supertest": "~0.9.0",
"socket.io-client": "^0.9.16"
},
"peerDependencies": {
"feathers": "~0.4.0"
},
"keywords": [
"feathers-plugin",
"feathers",
"errors",
"error handling"
],
"dependencies": {
"lodash": "~2.4.1",
"uberproto": "~1.1.1"
}
}