Skip to content

Commit

Permalink
Merge pull request #53 from flyfishMT/master
Browse files Browse the repository at this point in the history
Adding bower.json
  • Loading branch information
hfjallemark authored Feb 27, 2017
2 parents 86525c9 + 2452e63 commit c42ad7f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "kolite",
"authors": [
"CodeSeven"
],
"description": "This is a fork of original author CodeSeven's branch simply to add bower.json file.",
"keywords": [
"knockout", "kolite", "activity", "command", "dirtyFlag"
],
"homepage": "https://github.com/CodeSeven/KoLite",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"knockout": ">=2.0.0"
}
}

0 comments on commit c42ad7f

Please sign in to comment.