Skip to content

Commit

Permalink
Adding Bower and NPM install files
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Hare <[email protected]>
  • Loading branch information
colourgarden committed Jan 4, 2016
1 parent 3d00a37 commit 9272dba
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "avalanche-css",
"description": "Superclean, powerful, responsive, Sass-based, BEM-syntax CSS grid system",
"main": [
"_avalanche.scss"
],
"keywords": [
"css",
"grid",
"oocss"
],
"authors": [
"Tom Hare <[email protected]>"
],
"license": "MIT"
}
21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "avalanche-css",
"version": "1.0.0",
"description": "Superclean, powerful, responsive, Sass-based, BEM-syntax CSS grid system",
"main": "_avalanche.scss",
"repository": {
"type": "git",
"url": "https://github.com/colourgarden/avalanche.git"
},
"author": "Tom Hare <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/colourgarden/avalanche/issues"
},
"homepage": "https://github.com/colourgarden/avalanche",
"keywords": [
"css",
"grid",
"oocss"
]
}

0 comments on commit 9272dba

Please sign in to comment.