nunta/bower.json

22 lines
476 B
JSON
Raw Normal View History

2014-08-15 09:12:52 +02:00
{
2014-08-15 09:16:40 +02:00
"name": "startbootstrap-agency",
2014-08-15 09:37:36 +02:00
"version": "1.0.0",
2014-08-15 09:35:51 +02:00
"homepage": "https://github.com/IronSummitMedia/startbootstrap-agency",
"authors": [
"David Miller <david@ironsummitmedia.com>"
2014-08-15 09:16:40 +02:00
],
2014-08-15 09:35:51 +02:00
"description": "A one page HTML theme for agencies created by Start Bootstrap",
2014-08-15 09:37:36 +02:00
"main": "/",
2014-08-15 09:35:51 +02:00
"license": "Apache 2.0",
2014-08-15 09:16:40 +02:00
"ignore": [
"**/.*",
"node_modules",
2014-08-15 09:35:51 +02:00
"bower_components",
2014-08-15 09:16:40 +02:00
"test",
"tests"
],
"dependencies": {
2014-08-15 09:35:51 +02:00
"bootstrap": "~3.2.0"
}
2014-08-15 09:12:52 +02:00
}