1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 11:28:23 +02:00
mkdocs-material/package.json

59 lines
1.6 KiB
JSON
Raw Normal View History

2016-01-28 23:27:15 +01:00
{
"name": "mkdocs-material",
2016-03-12 13:25:05 +01:00
"version": "0.2.1",
2016-02-04 15:03:20 +01:00
"description": "A material design theme for MkDocs",
2016-02-09 21:59:37 +01:00
"homepage": "http://squidfunk.github.io/mkdocs-material/",
2016-01-28 23:27:15 +01:00
"authors": [
"squidfunk <martin.donath@squidfunk.com>"
],
"license": "MIT",
"main": "Gulpfile.js",
"scripts": {
"start": "./node_modules/.bin/gulp watch --mkdocs",
"build": "./node_modules/.bin/gulp build --production"
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-02-04 15:03:20 +01:00
"private": true,
2016-08-07 18:01:56 +02:00
"dependencies": {
"fastclick": "^1.0.6",
"material-design-color": "^2.3.1",
"material-shadows": "^3.0.0",
"modularscale-sass": "^2.1.1",
2016-08-07 18:01:56 +02:00
"whatwg-fetch": "^1.0.0"
},
2016-01-28 23:27:15 +01:00
"devDependencies": {
"autoprefixer": "^6.3.2",
2016-08-07 18:01:56 +02:00
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.13.2",
"css-mqpacker": "^4.0.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
2016-01-28 23:27:15 +01:00
"gulp-add-src": "^0.2.0",
"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",
2016-01-28 23:27:15 +01:00
"gulp-image-optimization": "^0.1.3",
"gulp-modernizr": "0.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.0",
2016-01-28 23:27:15 +01:00
"gulp-remove-empty-lines": "0.0.2",
"gulp-rev": "^7.0.0",
"gulp-rev-collector": "^1.0.2",
"gulp-sass": "^2.2.0",
"gulp-sass-lint": "^1.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.2",
"gulp-util": "^3.0.7",
"node-notifier": "^4.5.0",
"vinyl-paths": "^2.1.0",
2016-08-07 18:01:56 +02:00
"webpack": "^1.13.1",
"webpack-stream": "^3.2.0",
"yargs": "^3.32.0"
2016-01-28 23:27:15 +01:00
}
}