async-try-catch
Version:
Async try catch
42 lines • 826 B
JSON
{
"name": "async-try-catch",
"version": "0.3.7",
"description": "Async try catch",
"main": "lib/AsyncTryCatch.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"browserify": "^16.2.2",
"doormen": "^0.7.20",
"expect.js": "^0.3.1",
"nextgen-events": "^0.14.6",
"uglify-js-es6": "^2.8.9"
},
"scripts": {
"test": "mocha -R dot"
},
"repository": {
"type": "git",
"url": "https://github.com/cronvel/async-try-catch.git"
},
"keywords": [
"async",
"try",
"catch"
],
"author": "Cédric Ronvel",
"license": "MIT",
"bugs": {
"url": "https://github.com/cronvel/async-try-catch/issues"
},
"copyright": {
"title": "Async Try-Catch",
"years": [
2015,
2018
],
"owner": "Cédric Ronvel"
}
}