mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 15:37:03 +03:00
Add alias support (domains)
This commit is contained in:
parent
a1d829c697
commit
28a125426a
26 changed files with 1014 additions and 92 deletions
28
vendors/knockout-projections/bower.json
vendored
Normal file
28
vendors/knockout-projections/bower.json
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue