Skip to content

Commit

Permalink
Add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSanderson committed May 13, 2014
1 parent 414dac7 commit 3b80dbe
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "knockout-projections",
"version": "1.1.0-pre",
"homepage": "https://github.com/SteveSanderson/knockout-projections",
"authors": [
"Microsoft Corporation"
],
"description": "Observable maps and filters for Knockout observable arrays",
"main": "dist/knockout-projections.min.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"Knockout"
],
"license": "Apache 2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"spec"
],
"dependencies": {
"knockout": "~3.1.0"
}
}

0 comments on commit 3b80dbe

Please sign in to comment.