forked from knockout/knockout
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 3.1.0 commit for distribution
- Loading branch information
1 parent
442a2b2
commit 222bc28
Showing
3 changed files
with
4,591 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "knockout", | ||
"version": "3.1.0", | ||
"homepage": "http://knockoutjs.com/", | ||
"description": "Knockout makes it easier to create rich, responsive UIs with JavaScript", | ||
"main": "dist/knockout.js", | ||
"moduleType": [ | ||
"amd", | ||
"globals", | ||
"node" | ||
], | ||
"keywords": [ | ||
"knockout", | ||
"mvvm", | ||
"mvc", | ||
"spa" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"spec", | ||
"build/output" | ||
] | ||
} |
Oops, something went wrong.