Skip to content

Commit

Permalink
package.json. Update bower.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsuh committed May 19, 2015
1 parent 2a7966f commit 952ab59
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 5 deletions.
29 changes: 24 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,30 @@
{
"name": "mq-sass",
"version": "0.2",
"authors": [
"Jonathan Suh <[email protected]>"
],
"main": "stylesheets/_mq.scss",
"version": "0.2.0",
"description": "Lightweight Sass library to manage responsive breakpoints and generate to media queries",
"license": "MIT",
"author": {
"name": "Jonathan Suh",
"email": "[email protected]",
"url": "https://jonsuh.com"
},
"main": "stylesheets/_mq.scss",
"keywords": [
"breakpoints",
"css",
"sass",
"scss",
"media query",
"media queries",
"responsive"
],
"repository": {
"type": "git",
"url": "https://github.com/jonsuh/mq-sass.git"
},
"bugs": {
"url": "https://github.com/jonsuh/mq-sass/issues"
},
"ignore": [
"**/.*",
"node_modules",
Expand Down
35 changes: 35 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "mq-sass",
"version": "0.2.0",
"description": "Lightweight Sass library to manage responsive breakpoints and generate to media queries",
"license": "MIT",
"author": {
"name": "Jonathan Suh",
"email": "[email protected]",
"url": "https://jonsuh.com"
},
"main": "stylesheets/_mq.scss",
"keywords": [
"breakpoints",
"css",
"sass",
"scss",
"media query",
"media queries",
"responsive"
],
"repository": {
"type": "git",
"url": "https://github.com/jonsuh/mq-sass.git"
},
"bugs": {
"url": "https://github.com/jonsuh/mq-sass/issues"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 952ab59

Please sign in to comment.