mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-30 07:57:19 +00:00
25 lines
426 B
JSON
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"
|
|
}
|
|
}
|