mirror of
https://github.com/Febbweiss/filebrowser-durandal-widget.git
synced 2026-03-05 06:35:49 +00:00
init
This commit is contained in:
35
lib/knockout/.bower.json
Normal file
35
lib/knockout/.bower.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "knockout",
|
||||
"version": "3.3.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"
|
||||
],
|
||||
"_release": "3.3.0",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v3.3.0",
|
||||
"commit": "26df265f41b51359e4746d78be51ab05ae2a75c6"
|
||||
},
|
||||
"_source": "git://github.com/SteveSanderson/knockout.git",
|
||||
"_target": ">=2.3.0",
|
||||
"_originalSource": "knockout"
|
||||
}
|
||||
Reference in New Issue
Block a user