filebrowser/package.json

40 lines
1.1 KiB
JSON
Raw Normal View History

2015-09-16 11:18:12 +00:00
{
2015-09-27 19:01:44 +00:00
"name": "caddy-cms",
2015-09-16 11:18:12 +00:00
"version": "1.0.0",
2015-09-26 21:21:21 +00:00
"description": "Deploy your Hugo website and enjoy of an admin interface with Caddy server.",
2015-09-16 11:18:12 +00:00
"repository": {
"type": "git",
2015-09-27 19:01:44 +00:00
"url": "git+https://github.com/hacdias/caddy-cms.git"
2015-09-16 11:18:12 +00:00
},
2015-09-16 13:19:35 +00:00
"main": "Gruntfile.js",
2015-09-16 11:18:12 +00:00
"author": "Henrique Dias <hacdias@gmail.com>",
"license": "MIT",
"bugs": {
2015-09-27 19:01:44 +00:00
"url": "https://github.com/hacdias/caddy-cms/issues"
2015-09-16 11:18:12 +00:00
},
2015-09-27 19:01:44 +00:00
"homepage": "https://github.com/hacdias/caddy-cms#readme",
2015-09-16 20:48:08 +00:00
"scripts": {
"install": "napa defunkt/jquery-pjax"
},
2015-09-16 11:18:12 +00:00
"dependencies": {
2015-09-16 18:34:53 +00:00
"animate.css": "^3.4.0",
2015-09-18 08:47:02 +00:00
"codemirror": "^5.6.0",
2015-09-16 11:18:12 +00:00
"font-awesome": "^4.4.0",
"jquery": "^2.1.4",
2015-09-17 10:32:27 +00:00
"jquery-serializejson": "^2.5.0",
2015-09-16 11:18:12 +00:00
"normalize.css": "^3.0.3",
2015-09-16 13:19:35 +00:00
"noty": "^2.3.6",
2015-09-16 11:18:12 +00:00
"perfect-scrollbar": "^0.6.4",
2015-09-19 13:25:35 +00:00
"showdown": "^1.2.3"
2015-09-16 11:18:12 +00: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",
"grunt-contrib-uglify": "^0.9.2",
2015-09-16 20:48:08 +00:00
"grunt-contrib-watch": "^0.6.1",
"napa": "^1.2.0"
2015-09-16 11:18:12 +00:00
}
2015-09-26 10:42:00 +00:00
}