2015-11-15 19:35:13 +00:00
|
|
|
{
|
2015-11-16 00:26:17 +00:00
|
|
|
"name": "smartdebug",
|
2017-09-18 16:22:50 +00:00
|
|
|
"version": "2.0.3",
|
2017-09-18 13:19:18 +00:00
|
|
|
"description": "debug the smart way",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
2015-11-15 19:35:13 +00:00
|
|
|
"scripts": {
|
2017-09-18 13:19:18 +00:00
|
|
|
"test": "(npmts)"
|
2015-11-15 19:35:13 +00:00
|
|
|
},
|
2017-09-18 13:19:27 +00:00
|
|
|
"devDependencies": {
|
2017-09-18 13:19:18 +00:00
|
|
|
"tapbundle": "^1.0.13"
|
2015-11-15 19:35:13 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-09-18 13:19:18 +00:00
|
|
|
"typings-global": "^1.0.16"
|
2015-11-15 19:35:13 +00:00
|
|
|
}
|
|
|
|
}
|