This commit is contained in:
Henrique Dias
2015-09-27 19:33:06 +01:00
parent 750d72b2e7
commit 8f94827723
11 changed files with 26 additions and 30 deletions

View File

@@ -1,18 +1,18 @@
{
"name": "caddy-hugo",
"name": "staticmin",
"version": "1.0.0",
"description": "Deploy your Hugo website and enjoy of an admin interface with Caddy server.",
"repository": {
"type": "git",
"url": "git+https://github.com/hacdias/caddy-hugo.git"
"url": "git+https://github.com/hacdias/staticmin.git"
},
"main": "Gruntfile.js",
"author": "Henrique Dias <hacdias@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hacdias/caddy-hugo/issues"
"url": "https://github.com/hacdias/staticmin/issues"
},
"homepage": "https://github.com/hacdias/caddy-hugo#readme",
"homepage": "https://github.com/hacdias/staticmin#readme",
"scripts": {
"install": "napa defunkt/jquery-pjax"
},