chrome-timeline-img
Version:
Chrome Timeline JSON to PNG
30 lines (29 loc) • 663 B
JSON
{
"name": "chrome-timeline-img",
"version": "0.2.0",
"description": "Chrome Timeline JSON to PNG",
"author": "Niklas Postulart <n.postulart@gmail.com>",
"keywords": [
"chrome",
"image",
"timeline"
],
"preferGlobal": "true",
"bin": {
"chrome-timeline-img": "chrome-timeline-img.js"
},
"main": "chrome-timeline-img.js",
"dependencies": {
"canonical-path": "0.0.2",
"cli-color": "^1.1.0",
"commander": "^2.9.0",
"lodash": "^3.10.1",
"mkdirp": "^0.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/npostulart/chrome-timeline-img"
},
"license": "MIT",
"devDependencies": {}
}