blog-public/themes/slim/package.json
Denis Zheleztsov a5dd73f274 Initial public
Some content was deleted before this project
has been moved to public
2021-10-18 19:45:57 +03:00

27 lines
726 B
JSON

{
"name": "hugo-theme-slim",
"description": "Slim is a minimal, clean and beautiful theme for [Hugo](http://gohugo.io/).",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://zhe@github.com/zhe/hugo-theme-slim.git"
},
"author": "Zhe Zhang",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhe/hugo-theme-slim/issues"
},
"homepage": "https://github.com/zhe/hugo-theme-slim#readme",
"devDependencies": {
"babel": "^5.8.21",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2"
}
}