1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-30 07:57:19 +00:00
Files
go-inbucket/themes/bootstrap/public/bower.json
2016-02-22 19:15:37 -08:00

25 lines
426 B
JSON

{
"name": "inbucket-bootstrap",
"homepage": "http://www.inbucket.org/",
"authors": [
"James Hillyerd <james@hillyerd.com>"
],
"description": "Bootstrap theme for Inbucket",
"main": [],
"moduleType": [
"globals"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "3.3",
"jquery": "2"
}
}