blob: 49d79d3a2b8364492d1a0f5c11354fb23183cdc0 [file] [log] [blame]
{
"authors": [
"Tobias Reich <tobias@electerious.com>"
],
"description": "Tries to execute a function and discards any error that occurs",
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"mocha": "^5.1.1",
"nyc": "^12.0.1"
},
"files": [
"src"
],
"homepage": "https://github.com/electerious/nice-try",
"keywords": [
"try",
"catch",
"error"
],
"license": "MIT",
"main": "src/index.js",
"name": "nice-try",
"repository": {
"type": "git",
"url": "https://github.com/electerious/nice-try.git"
},
"scripts": {
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"test": "nyc node_modules/mocha/bin/_mocha"
},
"version": "1.0.5"
}