smarterror/package.json

19 lines
353 B
JSON
Raw Normal View History

2017-06-09 12:59:36 +00:00
{
"name": "smarterror",
2017-06-09 12:59:50 +00:00
"version": "1.0.2",
2017-06-09 12:59:36 +00:00
"description": "better error handling",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
},
2017-06-09 12:59:50 +00:00
"devDependencies": {
2017-06-09 12:59:36 +00:00
"tapbundle": "^1.0.13"
},
"dependencies": {
"typings-global": "^1.0.16"
}
}