mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Restructure package.json according to npm guidelines
This commit is contained in:
parent
82eef9340f
commit
3e47149fe4
41
package.json
41
package.json
@ -2,24 +2,33 @@
|
|||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "0.2.1",
|
"version": "0.2.1",
|
||||||
"description": "A material design theme for MkDocs",
|
"description": "A material design theme for MkDocs",
|
||||||
"homepage": "http://squidfunk.github.io/mkdocs-material/",
|
"keywords": [
|
||||||
"authors": [
|
"mkdocs",
|
||||||
"squidfunk <martin.donath@squidfunk.com>"
|
"documentation",
|
||||||
|
"theme"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"homepage": "http://squidfunk.github.io/mkdocs-material/",
|
||||||
"main": "Gulpfile.js",
|
"bugs": {
|
||||||
"scripts": {
|
"url" : "https://github.com/squidfunk/mkdocs-material/issues",
|
||||||
"build": "./node_modules/.bin/gulp build --clean",
|
"email" : "martin.donath@squidfunk.com"
|
||||||
"clean": "./node_modules/.bin/gulp clean",
|
|
||||||
"pre-commit": "./node_modules/.bin/gulp assets:lint",
|
|
||||||
"start": "./node_modules/.bin/gulp watch --mkdocs --no-lint --no-revision",
|
|
||||||
"test": "./node_modules/.bin/karma start ./tests/karma.conf.js"
|
|
||||||
},
|
},
|
||||||
|
"license": "MIT",
|
||||||
|
"author": {
|
||||||
|
"name": "Martin Donath",
|
||||||
|
"email": "martin.donath@squidfunk.com"
|
||||||
|
},
|
||||||
|
"contributors": [],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/squidfunk/mkdocs-material.git"
|
"url": "https://github.com/squidfunk/mkdocs-material.git"
|
||||||
},
|
},
|
||||||
"private": true,
|
"scripts": {
|
||||||
|
"build": "./node_modules/.bin/gulp build --clean --optimize --revision",
|
||||||
|
"clean": "./node_modules/.bin/gulp clean",
|
||||||
|
"pre-commit": "./node_modules/.bin/gulp assets:lint",
|
||||||
|
"start": "./node_modules/.bin/gulp watch --no-lint",
|
||||||
|
"test": "./node_modules/.bin/gulp test"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fastclick": "^1.0.6",
|
"fastclick": "^1.0.6",
|
||||||
"lunr": "^0.7.1",
|
"lunr": "^0.7.1",
|
||||||
@ -42,6 +51,7 @@
|
|||||||
"del": "^2.2.0",
|
"del": "^2.2.0",
|
||||||
"eslint": "^3.6.1",
|
"eslint": "^3.6.1",
|
||||||
"eslint-plugin-mocha": "^4.6.0",
|
"eslint-plugin-mocha": "^4.6.0",
|
||||||
|
"gemini": "^4.11.3",
|
||||||
"git-hooks": "^1.1.6",
|
"git-hooks": "^1.1.6",
|
||||||
"gulp": "^3.9.1",
|
"gulp": "^3.9.1",
|
||||||
"gulp-changed": "^1.3.2",
|
"gulp-changed": "^1.3.2",
|
||||||
@ -73,10 +83,15 @@
|
|||||||
"mocha": "^3.1.0",
|
"mocha": "^3.1.0",
|
||||||
"node-notifier": "^4.5.0",
|
"node-notifier": "^4.5.0",
|
||||||
"sass-lint": "^1.9.1",
|
"sass-lint": "^1.9.1",
|
||||||
|
"selenium-standalone": "^5.7.2",
|
||||||
"through2": "^2.0.1",
|
"through2": "^2.0.1",
|
||||||
"vinyl-paths": "^2.1.0",
|
"vinyl-paths": "^2.1.0",
|
||||||
"webpack": "^1.13.1",
|
"webpack": "^1.13.1",
|
||||||
"webpack-stream": "^3.2.0",
|
"webpack-stream": "^3.2.0",
|
||||||
"yargs": "^3.32.0"
|
"yargs": "^3.32.0"
|
||||||
}
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=4.5.0"
|
||||||
|
},
|
||||||
|
"private": true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user