hypothetical/bower.json

22 lines
514 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-03-18 18:10:34 -04:00
"Sortable": "~1.5.1",
"simplemde": "~1.11.2",
"datetimepicker": "~2.5.4",
"SpinKit": "~1.2.5",
"bootstrap-sass": "^3.3.7",
2017-01-30 18:22:17 -05:00
"list.js": "^1.5.0",
2017-03-18 18:10:34 -04:00
"what-input": "^4.1.1"
}
}