{ "name": "mkdocs-material", "version": "1.7.2", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs", "documentation", "theme" ], "homepage": "http://squidfunk.github.io/mkdocs-material/", "bugs": { "url": "https://github.com/squidfunk/mkdocs-material/issues", "email": "martin.donath@squidfunk.com" }, "license": "MIT", "author": { "name": "Martin Donath", "email": "martin.donath@squidfunk.com" }, "contributors": [], "repository": { "type": "git", "url": "https://github.com/squidfunk/mkdocs-material.git" }, "scripts": { "build": "scripts/build", "clean": "scripts/clean", "flow": "scripts/flow", "help": "scripts/help", "lint": "scripts/lint", "start": "scripts/start", "test:visual:run": "scripts/test/visual/run", "test:visual:update": "scripts/test/visual/update", "test:visual:session": "scripts/test/visual/session", "travis": "scripts/travis" }, "dependencies": {}, "devDependencies": { "autoprefixer": "^7.0.1", "babel-core": "^6.23.0", "babel-eslint": "^7.1.1", "babel-loader": "^7.0.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-react-jsx": "^6.8.0", "babel-polyfill": "^6.20.0", "babel-preset-es2015": "^6.22.0", "babel-register": "^6.23.0", "babel-root-import": "^4.1.5", "chalk": "^1.1.3", "clipboard": "^1.7.1", "core-js": "^2.4.1", "css-mqpacker": "^6.0.0", "custom-event-polyfill": "^0.3.0", "del": "^2.2.2", "escape-string-regexp": "^1.0.5", "eslint": "^3.16.0", "expose-loader": "^0.7.3", "fastclick": "^1.0.6", "flow-bin": "^0.46.0", "flow-jsdoc": "^0.3.0", "git-hooks": "^1.1.7", "gulp": "^3.9.1", "gulp-changed": "^3.0.0", "gulp-concat": "^2.6.1", "gulp-cssnano": "^2.1.2", "gulp-htmlmin": "^3.0.0", "gulp-if": "^2.0.2", "gulp-ignore": "^2.0.2", "gulp-modernizr": "1.0.0-alpha", "gulp-plumber": "^1.1.0", "gulp-postcss": "^7.0.0", "gulp-remove-empty-lines": "0.0.8", "gulp-replace": "^0.5.4", "gulp-rev": "^7.1.2", "gulp-rev-replace": "^0.4.3", "gulp-sass": "^3.1.0", "gulp-sourcemaps": "^2.4.0", "gulp-stylelint": "^3.7.0", "gulp-svgmin": "^1.2.3", "gulp-uglify": "^3.0.0", "gulp-util": "^3.0.8", "js-cookie": "^2.1.3", "lunr": "^2.0.2", "lunr-languages": "^1.0.0", "material-design-color": "2.3.2", "material-shadows": "3.0.1", "modularscale-sass": "3.0.2", "node-notifier": "^5.0.0", "postcss-pseudo-classes": "^0.2.0", "stylelint": "^7.8.0", "stylelint-config-standard": "^16.0.0", "stylelint-order": "^0.4.0", "stylelint-scss": "^1.4.1", "through2": "^2.0.3", "vinyl-paths": "^2.1.0", "webpack": "^2.2.1", "webpack-stream": "^3.2.0", "whatwg-fetch": "^2.0.1", "yargs": "^8.0.1" }, "engines": { "node": ">= 5.0.0" }, "private": true }