hypothetical/bower.json

21 lines
487 B
JSON
Raw Normal View History

{
"name": "hypothetical-template",
"version": "1.0.0",
"authors": [
"Kevin MacMartin <prurigro@gmail.com>"
],
2016-02-25 22:36:56 -05:00
"description": "The Hypothetical website template",
"license": "MIT",
"dependencies": {
2017-03-21 19:59:48 -04:00
"jquery": "~3.2.1",
2016-11-20 20:39:38 -05:00
"fontawesome": "~4.7.0",
"awesome-bootstrap-checkbox": "~0.3.7",
2017-09-04 18:22:07 -04:00
"Sortable": "~1.6.0",
"simplemde": "~1.11.2",
2017-10-30 21:42:59 -04:00
"datetimepicker": "~2.5.11",
"SpinKit": "~1.2.5",
"bootstrap-sass": "^3.3.7",
2017-11-21 18:47:31 -05:00
"list.js": "^1.5.0"
}
}