UNPKG

846 BJSONView Raw
1{
2 "name": "@earthtone/grayson-generator",
3 "version": "3.0.3",
4 "description": "Static Site Generator",
5 "main": "index.js",
6 "scripts": {
7 "test": "tape tests/*.test.js | tap-spec"
8 },
9 "bin": {
10 "grayson": "./cli.js"
11 },
12 "author": "earthtone <earthlyillusion@gmail.com>",
13 "license": "ISC",
14 "devDependencies": {
15 "assert-html": "^1.1.5",
16 "eslint": "^4.14.0",
17 "nanoid": "^1.0.2",
18 "tap-spec": "^4.1.1",
19 "tape": "^4.8.0",
20 "tape-run": "^4.0.0"
21 },
22 "dependencies": {
23 "chalk": "^2.3.0",
24 "concat-stream": "^1.6.2",
25 "from2-string": "^1.1.0",
26 "highlight.js": "^9.12.0",
27 "hyperstream": "^1.2.2",
28 "is-dir": "^1.0.0",
29 "markdown-it": "^8.4.1",
30 "markdown-it-attrs": "^1.2.1",
31 "markdown-it-container": "^2.0.0",
32 "markdown-it-named-headings": "^1.1.0",
33 "ora": "^2.1.0",
34 "shelljs": "^0.8.1",
35 "through2": "^2.0.3"
36 }
37}