smartlog-destination-devtools/package.json

21 lines
431 B
JSON
Raw Normal View History

2018-03-01 22:39:03 +00:00
{
"name": "beautybrowser",
2018-03-01 23:13:12 +00:00
"version": "1.0.3",
2018-03-01 22:39:03 +00:00
"description": "beautiful logging for the browser",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)",
"format": "(gitzone format)"
},
"devDependencies": {
"smartlog": "^1.0.3",
2018-03-01 22:39:03 +00:00
"tapbundle": "^2.0.0"
},
"dependencies": {
"smartlog-interfaces": "^1.0.8"
}
}