guide-automator
Version:
User guide automator
48 lines (47 loc) • 1.07 kB
JSON
{
"name": "guide-automator",
"version": "2.4.1",
"description": "User guide automator",
"preferGlobal": true,
"bin": {
"guide-automator": "guide-automator.js"
},
"main": "guide-automator.js",
"scripts": {
"test": "node guide-automator.js -i examples/example.md -o output/ -s lightBlue -t 100 -w 1024x768 -d"
},
"author": "Allan Oliveira",
"contributors": [
{
"name": "Welbert Serra",
"name": "Rodrigo Souza"
}
],
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/aside-ufba/guide-automator.git"
},
"bugs": {
"url": "https://github.com/aside-ufba/guide-automator/issues"
},
"keywords": [
"Automation",
"Guide",
"UX"
],
"homepage": "https://github.com/aside-ufba/guide-automator",
"dependencies": {
"commander": "^2.9.0",
"express": "^4.15.2",
"gm": "^1.23.0",
"selenium-webdriver": "3.4.0",
"showdown": "^1.6.4",
"vm2": "3.4.6",
"wkhtmltopdf": "^0.3.4"
},
"engines": {
"node": "~6.9.1",
"npm": "~3.10.8"
}
}