{
  "name": "attire",
  "description": "Theme and frontend setup for simple and responsive demo pages",
  "version": "1.3.9",
  "repository": {
    "type": "git",
    "url": "https://github.com/dbrekalo/attire"
  },
  "scripts": {
    "watch": "npm run build:development && npm run watch:withoutBuild",
    "watch:withoutBuild": "grunt watch & webpack --env=development --watch --progress --colors",
    "build:development": "grunt build && webpack --env=development --progress --colors",
    "build:production": "grunt build --env=production && webpack --env=production --progress --colors",
    "build:demo": "grunt buildDemo",
    "build:docs": "grunt buildDocs",
    "build": "npm run build:development && npm run build:production",
    "bump:patch": "grunt bump:patch",
    "bump:minor": "grunt bump:minor",
    "bump:major": "grunt bump:major"
  },
  "dependencies": {
    "fs-extra": "^5.0.0",
    "html-minifier": "^3.5.8",
    "jquery": "^3.3.1",
    "jsdom": "^11.11.0",
    "marked": "^0.3.12",
    "nunjucks": "^3.0.1",
    "slugify": "^1.3.0",
    "to-case": "^2.0.0"
  },
  "devDependencies": {
    "bourbon": "^4.3.2",
    "console-polyfill": "^0.3.0",
    "fastsearch": "^1.11.1",
    "fuse.js": "^3.2.0",
    "grunt": "^1.0.3",
    "grunt-bump": "^0.8.0",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-eslint": "^20.1.0",
    "grunt-google-fonts": "^0.5.0",
    "grunt-sass": "^3.0.1",
    "grunt-sync": "^0.8.0",
    "jquery-simple-view": "^2.1.2",
    "load-grunt-tasks": "^3.5.2",
    "nanoscroller": "^0.8.7",
    "node-sass": "^4.9.2",
    "normalize.css": "^5.0.0",
    "pelinkovac": "^0.1.2",
    "prismjs": "^1.10.0",
    "shuffle-array": "^1.0.1",
    "throttle-debounce": "^1.0.1",
    "webpack": "^2.7.0",
    "when-in-viewport": "^2.0.2"
  }
}
