HandyControl/doc/themes/next/bower.json
2019-04-10 22:28:09 +08:00

31 lines
640 B
JSON

{
"name": "theme-next",
"version": "7.1.0",
"homepage": "https://theme-next.org",
"authors": [
"NexT <support@theme-next.org> (https://theme-next.org)"
],
"description": "Elegant theme for Hexo",
"repository": "https://github.com/theme-next/hexo-theme-next",
"keywords": [
"hexo",
"theme",
"next"
],
"license": "AGPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"source/lib",
"test",
"tests",
"screenshots"
],
"dependencies": {
"font-awesome": "fontawesome#*",
"jquery": "http://code.jquery.com/jquery-2.1.3.min.js",
"velocity": "~1.2.1"
}
}