UNPKG

1.08 kBJSONView Raw
1{
2 "name": "entu-ssg",
3 "productName": "Entu SSG",
4 "version": "4.2.2",
5 "author": "Argo Roots <argo@roots.ee>",
6 "description": "Simple Pug (Jade), Markdown, Yaml static site generator",
7 "keywords": [
8 "ssg",
9 "cms",
10 "static",
11 "html",
12 "jade",
13 "pug",
14 "markdown",
15 "yaml"
16 ],
17 "homepage": "https://ssg.entu.eu",
18 "license": "MIT",
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/entu/entu-ssg.git"
22 },
23 "bugs": {
24 "url": "https://github.com/entu/entu-ssg/issues"
25 },
26 "main": "build.js",
27 "scripts": {
28 "start": "node build.js"
29 },
30 "dependencies": {
31 "async": "2.6.0",
32 "autoprefixer-stylus": "0.14.0",
33 "fs-extra": "5.0.0",
34 "html-minifier": "3.5.13",
35 "js-yaml": "3.11.0",
36 "jstransformer-markdown-it": "2.0.0",
37 "jstransformer-stylus": "1.5.0",
38 "klaw": "2.1.1",
39 "lodash": "4.17.5",
40 "markdown-it": "8.4.1",
41 "markdown-it-attrs": "1.2.1",
42 "markdown-it-sup": "1.0.0",
43 "pug": "2.0.3",
44 "request": "2.85.0",
45 "stylus": "0.54.5",
46 "uglify-js": "3.3.18"
47 }
48}