forked from RelaxedJS/ReLaXed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 810 Bytes
/
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
{
"name": "relaxedjs",
"version": "0.1.3",
"description": "Create PDF documents using web technologies (PDF/SCSS)",
"main": "src/index.js",
"bin": {
"relaxed": "src/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Zulko",
"homepage": "https://github.com/RelaxedJS",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"chokidar": "^2.0.3",
"colors": "^1.2.3",
"commander": "^2.15.1",
"csvtojson": "^1.1.9",
"html2jade": "^0.8.6",
"jstransformer-highlight": "^1.0.1",
"jstransformer-markdown-it": "^2.1.0",
"jstransformer-scss": "^1.0.0",
"jstransformer-svgo": "^1.0.0",
"mathjax-node-page": "^2.0.0",
"mermaid": "^7.1.2",
"pug": "^2.0.3",
"puppeteer": "^1.3.0"
}
}