blob: b4ef971404f1e1c528b9c5a7bcf7b02357fc3d1d [file] [log] [blame]
{
"author": {
"email": "james@talmage.io",
"name": "James Talmage",
"url": "github.com/jamestalmage"
},
"ava": {
"files": "test.js"
},
"browser": {
"./index.js": "./browser.js"
},
"dependencies": {
"array-find-index": "^1.0.1"
},
"description": "Track the list of currently unhandled promise rejections.",
"devDependencies": {
"ava": "^0.15.1",
"bluebird": "^3.4.0",
"browserify": "^13.0.1",
"coveralls": "^2.11.9",
"delay": "^1.3.1",
"is-ci": "^1.0.8",
"karma": "^0.13.22",
"karma-browserify": "^5.0.5",
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.0.1",
"mocha": "^2.5.3",
"nyc": "^6.4.0",
"watchify": "^3.7.0",
"xo": "^0.15.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"core.js",
"browser.js"
],
"keywords": [
"unhandled",
"unhandledRejection",
"rejected",
"promises"
],
"license": "MIT",
"name": "currently-unhandled",
"nyc": {
"reporter": [
"lcov",
"text"
]
},
"repository": "jamestalmage/currently-unhandled",
"scripts": {
"test": "xo && nyc ava"
},
"version": "0.4.1",
"xo": {
"envs": [
"browser",
"mocha",
"node"
],
"ignores": [
"browser-bluebird-test.js"
]
}
}