26 lines
582 B
JSON
26 lines
582 B
JSON
|
|
{
|
||
|
|
"author": "Andreas Lind <andreas@one.com>",
|
||
|
|
"name": "passerror",
|
||
|
|
"description": "Simple helper for handling error and success with two different callbacks",
|
||
|
|
"version": "1.1.1",
|
||
|
|
"license": "BSD-3-Clause",
|
||
|
|
"repository": {
|
||
|
|
"url": "git://github.com/papandreou/passerror"
|
||
|
|
},
|
||
|
|
"main": "lib/passError.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "mocha"
|
||
|
|
},
|
||
|
|
"dependencies": {},
|
||
|
|
"devDependencies": {
|
||
|
|
"mocha": "2.3.3",
|
||
|
|
"sinon": "1.17.2",
|
||
|
|
"unexpected": "10.0.2",
|
||
|
|
"unexpected-sinon": "8.0.0"
|
||
|
|
},
|
||
|
|
"optionalDependencies": {},
|
||
|
|
"engines": {
|
||
|
|
"node": "*"
|
||
|
|
}
|
||
|
|
}
|