resume/bower.json

67 lines
1.2 KiB
JSON
Raw Normal View History

2016-07-03 20:54:55 -07:00
{
"name": "resume",
"authors": [
"sikofitt <sikofitt@gmail.com>"
],
"description": "PHP implementation of resume.json",
"main": "",
"license": "GPL-3.0",
"homepage": "code.reric.me",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"vendor/bower",
"test",
"tests"
],
"dependencies": {
"uikit": "^2.26.3",
"html5shiv": "^3.7.3",
2016-07-09 23:19:59 -07:00
"respond": "^1.4.2",
2016-07-15 04:25:25 -07:00
"tinymce": "^4.4.0",
"es6-shim": "^0.35.1"
2016-07-03 20:54:55 -07:00
},
"overrides": {
"uikit": {
"main": [
"**/uikit.min.js",
"**/tooltip.min.js",
"**/lightbox.min.js",
"**/smooth-scroll.min.js",
"**/scrollspy.min.js",
"**/parallax.min.js",
2016-07-03 22:17:58 -07:00
"**/offcanvas.min.js",
2016-07-08 14:58:30 -07:00
"**/sticky.min.js",
"**/notify.min.js"
2016-07-03 20:54:55 -07:00
]
},
"jquery": {
"main": [
"**/jquery.min.js"
]
},
"respond": {
"main": [
"**/respond.min.js"
]
},
"html5shiv": {
"main": [
"**/html5shiv.min.js"
]
2016-07-09 23:19:59 -07:00
},
"tinymce": {
"main": [
"**/tinymce.min.js"
]
2016-07-15 04:25:25 -07:00
},
"es6-shim": {
"main": [
"**/es6-shim.min.js"
]
2016-07-03 20:54:55 -07:00
}
}
}