forked from Allan1/guide-automator
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"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"
}
}