nunta/bower.json

29 lines
554 B
JSON
Raw Normal View History

2014-09-17 07:31:43 +02:00
{
"name": "startbootstrap-agency",
"version": "0.0.1",
"homepage": "https://github.com/IronSummitMedia/startbootstrap-agency",
"authors": [
"Start Bootstrap"
],
2014-09-27 23:55:53 +02:00
"description": "A free bootstrap theme for agencies by Start Bootstrap.",
2014-09-17 07:31:43 +02:00
"keywords": [
"bootstrap",
"template",
"theme"
],
"license": "Apache 2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.2.0"
2014-09-28 01:08:01 +02:00
},
"devDependencies": {
"jquery.easing": "~1.3.0"
2014-09-17 07:31:43 +02:00
}
}