Skip to content

Commit

Permalink
Merge pull request #2 from SU-SWS/package
Browse files Browse the repository at this point in the history
Add package.json file
  - add dependencies
  • Loading branch information
kgcreative authored Jan 21, 2017
2 parents 908520c + d499df5 commit 33113ff
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"bugs": {
"url": "https://github.com/su-sws/decanter/issues"
},
"description": "A collection of SCSS patterns for theme development.",
"homepage": "https://github.com/su-sws/decanter",
"keywords": [
"css",
"mixins",
"sass",
"scss"
],
"license": "GPLV2",
"name": "decanter",
"repository": {
"type": "git",
"url": "https://github.com/su-sws/decanter.git"
},
"version": "0.1.0",
"dependencies": {
"bourbon": "~5.0.0-beta.7",
"bourbon-neat": "^2.0.0-beta.2",
"font-awesome": "^4.6.3"
}
}

0 comments on commit 33113ff

Please # to comment.