mirror of
https://gitlab.silvrtree.co.uk/martind2000/SODashServer.git
synced 2025-01-11 04:35:10 +00:00
26 lines
444 B
JSON
26 lines
444 B
JSON
{
|
|
"name": "knockout",
|
|
"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"
|
|
]
|
|
}
|