UNPKG

660 BJSONView Raw
1{
2 "name": "@earthtone/grayson-generator",
3 "version": "2.0.5",
4 "description": "Static Site Generator",
5 "main": "index.js",
6 "scripts": {
7 "pretest": "eslint ./**/*.js",
8 "test": "tape tests/*.test.js | tap-spec"
9 },
10 "bin": {
11 "grayson": "./bin/grayson.js"
12 },
13 "author": "earthtone <earthlyillusion@gmail.com>",
14 "license": "ISC",
15 "devDependencies": {
16 "eslint": "^4.14.0",
17 "tap-spec": "^4.1.1",
18 "tape": "^4.8.0"
19 },
20 "dependencies": {
21 "chalk": "^2.3.0",
22 "commander": "^2.13.0",
23 "fs-extra": "^5.0.0",
24 "highlight.js": "^9.12.0",
25 "markdown-it": "^8.4.1",
26 "markdown-it-named-headings": "^1.1.0"
27 }
28}