mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"name": "feathers-errors",
|
|
"description": "Convenient error handling for Feathers services.",
|
|
"version": "0.1.7",
|
|
"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"
|
|
},
|
|
"keywords": [
|
|
"feathers-plugin",
|
|
"feathers",
|
|
"errors",
|
|
"error handling"
|
|
],
|
|
"dependencies": {
|
|
"lodash": "^2.4.1"
|
|
}
|
|
}
|