toki-logger
Version:
31 lines (30 loc) • 636 B
JSON
{
"name": "toki-logger",
"version": "1.2.2",
"private": false,
"description": "Plugin",
"homepage": "https://github.com/xogroup/toki-logger#readme",
"main": "lib/implementation.js",
"bugs": {
"url": "https://github.com/xogroup/toki-logger/issues"
},
"scripts": {
"test": "lab test -c -v"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xogroup/toki-logger.git"
},
"keywords": [
"toki",
"logger"
],
"author": "XO Group Team",
"license": "ISC",
"devDependencies": {
"code": "^4.0.0",
"lab": "^12.1.0"
},
"peerDependencies": {},
"dependencies": {}
}