1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-06 19:37:24 +00:00
Files
go-inbucket/themes/bootstrap/public/bower.json
2015-08-16 19:46:11 -07:00

26 lines
456 B
JSON

{
"name": "inbucket-bootstrap",
"version": "1.0.0",
"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.5",
"jquery": "~2.1.4"
}
}