2016-01-29 01:27:15 +03:00
|
|
|
{
|
2016-02-11 14:09:58 +03:00
|
|
|
"name": "mkdocs-material",
|
2016-03-12 15:25:05 +03:00
|
|
|
"version": "0.2.1",
|
2016-02-04 17:03:20 +03:00
|
|
|
"description": "A material design theme for MkDocs",
|
2016-02-09 23:59:37 +03:00
|
|
|
"homepage": "http://squidfunk.github.io/mkdocs-material/",
|
2016-01-29 01:27:15 +03:00
|
|
|
"authors": [
|
|
|
|
"squidfunk <martin.donath@squidfunk.com>"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "Gulpfile.js",
|
|
|
|
"scripts": {
|
2016-10-06 13:14:33 +03:00
|
|
|
"build": "./node_modules/.bin/gulp build --clean",
|
2016-10-06 16:14:03 +03:00
|
|
|
"clean": "./node_modules/.bin/gulp clean",
|
2016-10-07 17:38:13 +03:00
|
|
|
"pre-commit": "./node_modules/.bin/gulp assets:lint",
|
2016-10-06 16:14:03 +03:00
|
|
|
"start": "./node_modules/.bin/gulp watch --mkdocs --no-lint --no-revision",
|
2016-10-07 17:38:13 +03:00
|
|
|
"test": "./node_modules/.bin/karma start ./tests/karma.conf.js"
|
2016-01-29 01:27:15 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-02-09 14:58:55 +03:00
|
|
|
"url": "https://github.com/squidfunk/mkdocs-material.git"
|
2016-01-29 01:27:15 +03:00
|
|
|
},
|
2016-02-04 17:03:20 +03:00
|
|
|
"private": true,
|
2016-08-07 19:01:56 +03:00
|
|
|
"dependencies": {
|
|
|
|
"fastclick": "^1.0.6",
|
2016-09-30 14:29:45 +03:00
|
|
|
"lunr": "^0.7.1",
|
2016-09-02 01:59:49 +03:00
|
|
|
"material-design-color": "^2.3.1",
|
2016-09-02 01:33:45 +03:00
|
|
|
"material-shadows": "^3.0.0",
|
|
|
|
"modularscale-sass": "^2.1.1",
|
2016-08-07 19:01:56 +03:00
|
|
|
"whatwg-fetch": "^1.0.0"
|
|
|
|
},
|
2016-01-29 01:27:15 +03:00
|
|
|
"devDependencies": {
|
2016-02-11 14:09:58 +03:00
|
|
|
"autoprefixer": "^6.3.2",
|
2016-09-30 14:29:45 +03:00
|
|
|
"babel-eslint": "^6.1.2",
|
2016-08-07 19:01:56 +03:00
|
|
|
"babel-loader": "^6.2.4",
|
2016-10-06 13:14:33 +03:00
|
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
2016-10-07 17:38:13 +03:00
|
|
|
"babel-plugin-transform-react-jsx": "^6.8.0",
|
|
|
|
"babel-polyfill": "^6.16.0",
|
2016-08-07 19:01:56 +03:00
|
|
|
"babel-preset-es2015": "^6.13.2",
|
2016-10-06 13:20:48 +03:00
|
|
|
"babel-register": "^6.16.3",
|
2016-10-07 17:38:13 +03:00
|
|
|
"chai": "^3.5.0",
|
2016-02-11 14:09:58 +03:00
|
|
|
"css-mqpacker": "^4.0.0",
|
|
|
|
"del": "^2.2.0",
|
2016-09-30 14:29:45 +03:00
|
|
|
"eslint": "^3.6.1",
|
2016-10-07 17:38:13 +03:00
|
|
|
"eslint-plugin-mocha": "^4.6.0",
|
2016-10-06 16:14:03 +03:00
|
|
|
"git-hooks": "^1.1.6",
|
2016-02-11 14:09:58 +03:00
|
|
|
"gulp": "^3.9.1",
|
2016-09-11 20:00:53 +03:00
|
|
|
"gulp-changed": "^1.3.2",
|
2016-02-11 14:09:58 +03:00
|
|
|
"gulp-concat": "^2.6.0",
|
|
|
|
"gulp-cssnano": "^2.1.1",
|
|
|
|
"gulp-htmlmin": "^1.3.0",
|
|
|
|
"gulp-if": "^2.0.0",
|
|
|
|
"gulp-ignore": "^2.0.1",
|
|
|
|
"gulp-modernizr": "0.0.0",
|
|
|
|
"gulp-plumber": "^1.1.0",
|
|
|
|
"gulp-postcss": "^6.1.0",
|
2016-01-29 01:27:15 +03:00
|
|
|
"gulp-remove-empty-lines": "0.0.2",
|
2016-09-08 20:43:23 +03:00
|
|
|
"gulp-replace": "^0.5.4",
|
2016-02-11 14:09:58 +03:00
|
|
|
"gulp-rev": "^7.0.0",
|
2016-09-11 20:00:53 +03:00
|
|
|
"gulp-rev-replace": "^0.4.3",
|
2016-02-11 14:09:58 +03:00
|
|
|
"gulp-sass": "^2.2.0",
|
|
|
|
"gulp-sourcemaps": "^1.6.0",
|
2016-09-11 20:00:53 +03:00
|
|
|
"gulp-svgmin": "^1.2.2",
|
2016-02-11 14:09:58 +03:00
|
|
|
"gulp-uglify": "^1.5.2",
|
|
|
|
"gulp-util": "^3.0.7",
|
2016-10-07 17:38:13 +03:00
|
|
|
"karma": "^1.3.0",
|
|
|
|
"karma-chrome-launcher": "^2.0.0",
|
|
|
|
"karma-coverage": "^1.1.1",
|
|
|
|
"karma-mocha": "^1.2.0",
|
|
|
|
"karma-notify-reporter": "^1.0.1",
|
|
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
|
|
"karma-spec-reporter": "0.0.26",
|
|
|
|
"karma-webpack": "^1.8.0",
|
|
|
|
"mocha": "^3.1.0",
|
2016-02-11 14:09:58 +03:00
|
|
|
"node-notifier": "^4.5.0",
|
2016-10-06 13:14:33 +03:00
|
|
|
"sass-lint": "^1.9.1",
|
|
|
|
"through2": "^2.0.1",
|
2016-02-11 14:09:58 +03:00
|
|
|
"vinyl-paths": "^2.1.0",
|
2016-08-07 19:01:56 +03:00
|
|
|
"webpack": "^1.13.1",
|
|
|
|
"webpack-stream": "^3.2.0",
|
2016-02-11 14:09:58 +03:00
|
|
|
"yargs": "^3.32.0"
|
2016-01-29 01:27:15 +03:00
|
|
|
}
|
|
|
|
}
|