hypothetical/bower.json

13 lines
246 B
JSON
Raw Normal View History

{
"name": "Hypothetical Template",
"version": "1.0.0",
"authors": [
"Kevin MacMartin <prurigro@gmail.com>"
],
"description": "A hypothetical website template",
"license": "MIT",
"dependencies": {
"bootstrap": "~3.3.5"
}
}