mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-19 13:18:59 +08:00
29 lines
564 B
JSON
29 lines
564 B
JSON
|
{
|
||
|
"name": "knockout-projections",
|
||
|
"version": "1.1.0",
|
||
|
"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"
|
||
|
}
|
||
|
}
|