Files
filebrowser/package.json
T

39 lines
1.0 KiB
JSON
Raw Normal View History

2015-09-16 12:18:12 +01:00
{
2015-10-18 16:04:48 +01:00
"name": "caddy-hugo",
2015-09-16 12:18:12 +01:00
"version": "1.0.0",
2015-09-26 22:21:21 +01:00
"description": "Deploy your Hugo website and enjoy of an admin interface with Caddy server.",
2015-09-16 12:18:12 +01:00
"repository": {
"type": "git",
2015-10-18 15:10:32 +01:00
"url": "git+https://github.com/hacdias/caddy-hugo.git"
2015-09-16 12:18:12 +01:00
},
2015-09-16 14:19:35 +01:00
"main": "Gruntfile.js",
2015-09-16 12:18:12 +01:00
"author": "Henrique Dias <hacdias@gmail.com>",
"license": "MIT",
"bugs": {
2015-10-18 15:10:32 +01:00
"url": "https://github.com/hacdias/caddy-hugo/issues"
2015-09-16 12:18:12 +01:00
},
2015-10-18 15:10:32 +01:00
"homepage": "https://github.com/hacdias/caddy-hugo#readme",
2015-09-16 21:48:08 +01:00
"scripts": {
"install": "napa defunkt/jquery-pjax"
},
2015-09-16 12:18:12 +01:00
"dependencies": {
2015-09-16 19:34:53 +01:00
"animate.css": "^3.4.0",
2015-09-16 12:18:12 +01:00
"font-awesome": "^4.4.0",
"jquery": "^2.1.4",
2015-09-17 11:32:27 +01:00
"jquery-serializejson": "^2.5.0",
2015-09-16 12:18:12 +01:00
"normalize.css": "^3.0.3",
2015-09-16 14:19:35 +01:00
"noty": "^2.3.6",
2015-09-19 14:25:35 +01:00
"showdown": "^1.2.3"
2015-09-16 12:18:12 +01:00
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-sass": "^0.9.2",
2016-02-04 22:30:46 +00:00
"grunt-contrib-uglify": "^0.11.1",
2015-09-16 21:48:08 +01:00
"grunt-contrib-watch": "^0.6.1",
"napa": "^1.2.0"
2015-09-16 12:18:12 +01:00
}
2015-10-18 16:04:48 +01:00
}