diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..1f310bd --- /dev/null +++ b/bower.json @@ -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" + } +}