mirror of
https://github.com/hacks-guide/minimal-mistakes.git
synced 2024-11-23 08:49:50 +00:00
0b8b5230f9
Rakefile is like Makefile - it has dependency management, while npm run scripts do not. Aside from that, this also allows us to drop literally all Node.js packages, as uglify-js is self-contained and has no dependencies. Reduced node_modules from 17M to 374K.
28 lines
595 B
JSON
28 lines
595 B
JSON
{
|
|
"name": "minimal-mistakes",
|
|
"private": true,
|
|
"version": "4.25.1",
|
|
"description": "Minimal Mistakes 2 column Jekyll theme.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mmistakes/minimal-mistakes.git"
|
|
},
|
|
"keywords": [
|
|
"jekyll",
|
|
"theme",
|
|
"minimal"
|
|
],
|
|
"author": "Michael Rose",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mmistakes/minimal-mistakes/issues"
|
|
},
|
|
"homepage": "https://mmistakes.github.io/minimal-mistakes/",
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"uglify-js": "^3.17.4"
|
|
}
|
|
}
|