{
  "name": "shins",
  "version": "2.6.0",
  "description": "Shins Is Not Slate",
  "main": "index.js",
  "scripts": {
    "lint": "npx eslint *.js",
    "lintejs": "npx ejslint source/layouts/layout.ejs",
    "lintapp": "npx eslint source/javascripts/app/*.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "update": "node shins --unsafe",
    "build": "node shins",
    "start": "node arapaho -l",
    "serve": "node arapaho"
  },
  "bin": {
    "shins": "./shins.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Mermade/shins.git"
  },
  "keywords": [
    "shins",
    "slate",
    "swagger",
    "openapi",
    "api",
    "documentation",
    "docs"
  ],
  "author": "Mike Ralphson",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Mermade/shins/issues"
  },
  "homepage": "https://github.com/Mermade/shins#readme",
  "dependencies": {
    "call-me-maybe": "^1.0.1",
    "cheerio": "^1.0.0-rc.2",
    "chokidar": "^3.0.2",
    "compression": "^1.6.2",
    "ejs": "^2.5.1",
    "express": "^4.15.5",
    "highlight.js": "^10.0.2",
    "markdown-it": "^10.0.0",
    "markdown-it-attrs": "^1.2.1",
    "markdown-it-emoji": "^1.4.0",
    "markdown-it-lazy-headers": "^0.1.3",
    "opn": "^5.2.0",
    "sanitize-html": "^1.15.0",
    "tiny-opts-parser": "0.0.3",
    "uglify-js": "^2.7.4",
    "yaml": "^1.9.2"
  },
  "devDependencies": {
    "ejs-lint": "^1.1.0",
    "node-sass": "^4.14.1",
    "node-sass-asset-functions": "^0.1.0"
  }
}
