You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.0 KiB
JSON

{
"name": "unhandled-rejection",
"version": "1.0.0",
"description": "Catch unhandled rejections, no matter what Promises implementation they come from",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-test": "webpack --config webpack.config.browser.js && webpack --config webpack.config.webworker.js"
},
"repository": {
"type": "git",
"url": "http://git.cryto.net/joepie91/node-unhandled-rejection.git"
},
"keywords": [
"promises",
"bluebird",
"errors",
"error handling",
"debugging"
],
"author": "Sven Slootweg",
"license": "WTFPL",
"dependencies": {
"debug": "^2.2.0"
},
"devDependencies": {
"@joepie91/gulp-preset-es2015": "^1.0.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"bluebird": "^3.4.1",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"q": "^1.4.1",
"strip-loader": "^0.1.2",
"webpack": "^1.13.1",
"when": "^3.7.7",
"yaku": "^0.15.9"
}
}