Bower component.json

This commit is contained in:
Nick Pack 2013-04-23 21:09:47 +01:00
parent 5de7739b70
commit d8fb939d07

14
component.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "Skeleton-SCSS",
"version": "1.0.0",
"main": "css/skeleton.css",
"ignore": [
"**/.*",
"node_modules",
"components"
],
"repository": {
"type": "git",
"url": "https://github.com/nickpack/Skeleton-SCSS.git"
}
}