{
  "name": "castlecss-docs",
  "version": "1.5.2",
  "description": "Documentation website for CastleCSS",
  "main": "index.js",
  "sasslintConfig": "sass-lint.yml",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "create_css": "grunt create_css",
    "create_html": "grunt create_html",
    "create_js": "webpack",
    "create_all": "npm run create_css & npm run create_html & npm run create_js",
    "start": "npm run create_js & grunt"
  },
  "keywords": [
    "front-end",
    "responsive",
    "scss",
    "sass",
    "web",
    "documentation",
    "castlecss",
    "castle",
    "framework",
    "building",
    "blocks",
    "modular"
  ],
  "author": {
    "name": "Darius Rosendahl",
    "email": "darius@denieuwezaak.nl"
  },
  "license": "MIT",
  "homepage": "https://www.castlecss.com",
  "dependencies": {
    "autoprefixer": "^8.0.0",
    "castlecss-breadcrumbs": "^1.1.1",
    "castlecss-buttons": "^1.0.1",
    "castlecss-core": "^2.7.0",
    "castlecss-forms": "^1.0.12",
    "castlecss-icons": "^1.0.2",
    "castlecss-notifications": "^1.0.1",
    "castlecss-stickers": "^1.0.0",
    "cssnano": "^3.10.0",
    "grunt": "^1.0.2",
    "grunt-nunjucks-2-html": "^2.1.0",
    "grunt-postcss": "^0.9.0",
    "grunt-sass": "^2.1.0",
    "jit-grunt": "^0.10.0",
    "nunjucks": "^3.1.0",
    "pixrem": "^4.0.1",
    "webpack": "^3.11.0"
  },
  "devDependencies": {
    "grunt-browser-sync": "^2.2.0",
    "grunt-contrib-watch": "^1.0.0",
    "sass-lint": "^1.12.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CastleCSS/castlecss-docs.git"
  },
  "bugs": {
    "url": "https://github.com/CastleCSS/castlecss-docs/issues"
  }
}
