fundebug-nodejs
Version:
monitor errors of nodejs application
35 lines (34 loc) • 978 B
JSON
{
"name": "fundebug-nodejs",
"version": "0.2.0",
"description": "monitor errors of nodejs application",
"main": "dist/fundebug.min.js",
"scripts": {
"test": "mocha --timeout 10000 --sort --exit --recursive $(find test -name '*test.js'); mocha -- ./test/uncaughtError.js; mocha -- ./test/unhandledrejection.js; "
},
"devDependencies": {
"chai": "~1.5.0",
"express": "4.x.x",
"grunt": "^1.0.1",
"grunt-contrib-uglify": "^2.2.0",
"grunt-replace": "^1.0.1",
"grunt-webpack": "^2.0.1",
"hapi": "^16.1.0",
"koa": "^2.1.0",
"koa-router": "^5.4.0",
"mocha": "latest",
"request": "^2.88.0",
"rewire": "^2.5.2",
"should": "^11.2.1",
"sinon": "latest",
"webpack": "^2.2.1"
},
"keywords": [
"nodejs",
"fundebug"
],
"author": "fundebug",
"dependencies": {
"response-time": "^2.3.2"
}
}