Bones/bower.json

15 lines
237 B
JSON
Raw Normal View History

2013-04-23 16:09:47 -04:00
{
2013-05-28 15:35:21 -04:00
"name": "Ribs",
"version": "1.0.10",
2013-10-10 13:38:54 -04:00
"main": "build/css/Ribs.css",
2013-04-23 16:09:47 -04:00
"ignore": [
"**/.*",
"node_modules",
"components"
],
"repository": {
"type": "git",
2013-05-28 15:35:21 -04:00
"url": "https://github.com/nickpack/Ribs.git"
2013-04-23 16:09:47 -04:00
}
2013-10-10 11:54:25 -04:00
}