2016-01-28 23:27:15 +01:00
|
|
|
{
|
2016-02-11 12:09:58 +01:00
|
|
|
"name": "mkdocs-material",
|
2017-06-07 12:49:22 +02:00
|
|
|
"version": "1.7.3",
|
2017-01-12 20:15:30 +01:00
|
|
|
"description": "A Material Design theme for MkDocs",
|
2016-10-07 21:27:29 +02:00
|
|
|
"keywords": [
|
|
|
|
"mkdocs",
|
|
|
|
"documentation",
|
|
|
|
"theme"
|
2016-01-28 23:27:15 +01:00
|
|
|
],
|
2016-10-07 21:27:29 +02:00
|
|
|
"homepage": "http://squidfunk.github.io/mkdocs-material/",
|
|
|
|
"bugs": {
|
2016-10-10 12:35:25 +02:00
|
|
|
"url": "https://github.com/squidfunk/mkdocs-material/issues",
|
|
|
|
"email": "martin.donath@squidfunk.com"
|
2016-10-07 21:27:29 +02:00
|
|
|
},
|
2016-01-28 23:27:15 +01:00
|
|
|
"license": "MIT",
|
2016-10-07 21:27:29 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Martin Donath",
|
|
|
|
"email": "martin.donath@squidfunk.com"
|
2016-01-28 23:27:15 +01:00
|
|
|
},
|
2016-10-07 21:27:29 +02:00
|
|
|
"contributors": [],
|
2016-01-28 23:27:15 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-02-09 12:58:55 +01:00
|
|
|
"url": "https://github.com/squidfunk/mkdocs-material.git"
|
2016-01-28 23:27:15 +01:00
|
|
|
},
|
2016-10-07 21:27:29 +02:00
|
|
|
"scripts": {
|
2016-12-17 13:04:57 +01:00
|
|
|
"build": "scripts/build",
|
|
|
|
"clean": "scripts/clean",
|
2017-02-20 23:26:51 +01:00
|
|
|
"flow": "scripts/flow",
|
2017-02-26 19:37:16 +01:00
|
|
|
"help": "scripts/help",
|
2016-12-17 13:04:57 +01:00
|
|
|
"lint": "scripts/lint",
|
|
|
|
"start": "scripts/start",
|
2017-01-28 20:25:30 +01:00
|
|
|
"test:visual:run": "scripts/test/visual/run",
|
2017-02-09 11:12:56 +01:00
|
|
|
"test:visual:update": "scripts/test/visual/update",
|
2017-04-05 12:57:09 +02:00
|
|
|
"test:visual:session": "scripts/test/visual/session",
|
|
|
|
"travis": "scripts/travis"
|
2016-10-07 21:27:29 +02:00
|
|
|
},
|
2017-05-31 15:22:59 +02:00
|
|
|
"dependencies": {},
|
2016-01-28 23:27:15 +01:00
|
|
|
"devDependencies": {
|
2017-05-12 12:09:31 +02:00
|
|
|
"autoprefixer": "^7.0.1",
|
2017-02-25 14:49:49 +01:00
|
|
|
"babel-core": "^6.23.0",
|
2017-01-12 20:54:20 +01:00
|
|
|
"babel-eslint": "^7.1.1",
|
2017-04-22 13:18:08 +02:00
|
|
|
"babel-loader": "^7.0.0",
|
2016-10-06 12:14:33 +02:00
|
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
2016-10-07 16:38:13 +02:00
|
|
|
"babel-plugin-transform-react-jsx": "^6.8.0",
|
2016-12-28 18:54:26 +01:00
|
|
|
"babel-polyfill": "^6.20.0",
|
2017-01-20 01:45:17 +01:00
|
|
|
"babel-preset-es2015": "^6.22.0",
|
2017-02-14 02:18:51 +01:00
|
|
|
"babel-register": "^6.23.0",
|
2017-01-12 20:54:20 +01:00
|
|
|
"babel-root-import": "^4.1.5",
|
2017-02-26 18:43:06 +01:00
|
|
|
"chalk": "^1.1.3",
|
2017-05-31 15:22:59 +02:00
|
|
|
"clipboard": "^1.7.1",
|
2016-12-28 18:54:26 +01:00
|
|
|
"core-js": "^2.4.1",
|
2017-05-12 12:09:31 +02:00
|
|
|
"css-mqpacker": "^6.0.0",
|
2016-12-29 10:50:19 +01:00
|
|
|
"custom-event-polyfill": "^0.3.0",
|
2017-06-13 10:56:20 +02:00
|
|
|
"del": "^3.0.0",
|
2017-05-31 15:22:59 +02:00
|
|
|
"escape-string-regexp": "^1.0.5",
|
2017-02-25 14:49:49 +01:00
|
|
|
"eslint": "^3.16.0",
|
2017-06-01 00:40:10 +02:00
|
|
|
"expose-loader": "^0.7.3",
|
2016-12-27 10:20:35 +01:00
|
|
|
"fastclick": "^1.0.6",
|
2017-06-13 10:56:20 +02:00
|
|
|
"flow-bin": "^0.48.0",
|
2017-03-11 14:47:05 +01:00
|
|
|
"flow-jsdoc": "^0.3.0",
|
2017-01-12 20:54:20 +01:00
|
|
|
"git-hooks": "^1.1.7",
|
2016-02-11 12:09:58 +01:00
|
|
|
"gulp": "^3.9.1",
|
2017-04-22 13:18:08 +02:00
|
|
|
"gulp-changed": "^3.0.0",
|
2017-01-12 20:54:20 +01:00
|
|
|
"gulp-concat": "^2.6.1",
|
|
|
|
"gulp-cssnano": "^2.1.2",
|
2016-12-31 17:52:27 +01:00
|
|
|
"gulp-htmlmin": "^3.0.0",
|
2017-01-12 20:54:20 +01:00
|
|
|
"gulp-if": "^2.0.2",
|
|
|
|
"gulp-ignore": "^2.0.2",
|
|
|
|
"gulp-modernizr": "1.0.0-alpha",
|
2016-02-11 12:09:58 +01:00
|
|
|
"gulp-plumber": "^1.1.0",
|
2017-05-12 12:09:31 +02:00
|
|
|
"gulp-postcss": "^7.0.0",
|
2016-12-31 17:52:27 +01:00
|
|
|
"gulp-remove-empty-lines": "0.0.8",
|
2016-09-08 19:43:23 +02:00
|
|
|
"gulp-replace": "^0.5.4",
|
2017-01-12 20:54:20 +01:00
|
|
|
"gulp-rev": "^7.1.2",
|
2016-09-11 19:00:53 +02:00
|
|
|
"gulp-rev-replace": "^0.4.3",
|
2017-01-12 20:54:20 +01:00
|
|
|
"gulp-sass": "^3.1.0",
|
|
|
|
"gulp-sourcemaps": "^2.4.0",
|
2017-01-01 15:59:44 +01:00
|
|
|
"gulp-stylelint": "^3.7.0",
|
2017-01-12 20:54:20 +01:00
|
|
|
"gulp-svgmin": "^1.2.3",
|
2017-05-24 16:11:54 +02:00
|
|
|
"gulp-uglify": "^3.0.0",
|
2017-01-12 20:54:20 +01:00
|
|
|
"gulp-util": "^3.0.8",
|
2016-12-27 10:20:35 +01:00
|
|
|
"js-cookie": "^2.1.3",
|
2017-04-22 13:18:08 +02:00
|
|
|
"lunr": "^2.0.2",
|
2017-06-01 00:40:10 +02:00
|
|
|
"lunr-languages": "^1.0.0",
|
2017-02-18 14:51:27 +01:00
|
|
|
"material-design-color": "2.3.2",
|
|
|
|
"material-shadows": "3.0.1",
|
2017-04-04 16:07:27 +02:00
|
|
|
"modularscale-sass": "3.0.2",
|
2017-01-27 20:43:51 +01:00
|
|
|
"node-notifier": "^5.0.0",
|
2017-02-16 10:02:27 +01:00
|
|
|
"postcss-pseudo-classes": "^0.2.0",
|
2017-06-13 10:56:20 +02:00
|
|
|
"stylelint": "^7.11.0",
|
2017-02-05 23:13:01 +01:00
|
|
|
"stylelint-config-standard": "^16.0.0",
|
2017-03-12 21:38:00 +01:00
|
|
|
"stylelint-order": "^0.4.0",
|
2017-01-01 15:59:44 +01:00
|
|
|
"stylelint-scss": "^1.4.1",
|
2017-01-12 20:54:20 +01:00
|
|
|
"through2": "^2.0.3",
|
2016-02-11 12:09:58 +01:00
|
|
|
"vinyl-paths": "^2.1.0",
|
2017-01-30 22:16:05 +01:00
|
|
|
"webpack": "^2.2.1",
|
2016-08-07 18:01:56 +02:00
|
|
|
"webpack-stream": "^3.2.0",
|
2017-01-12 20:54:20 +01:00
|
|
|
"whatwg-fetch": "^2.0.1",
|
2017-05-12 12:09:31 +02:00
|
|
|
"yargs": "^8.0.1"
|
2016-10-07 21:27:29 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2017-02-11 16:16:02 +01:00
|
|
|
"node": ">= 5.0.0"
|
2016-10-07 21:27:29 +02:00
|
|
|
},
|
|
|
|
"private": true
|
2016-01-28 23:27:15 +01:00
|
|
|
}
|