mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
The final commit personal address books branches before merging
This commit is contained in:
parent
43f094220c
commit
867dcc8f7e
44 changed files with 2163 additions and 1147 deletions
29
vendors/knockout-projections/package.json
vendored
Normal file
29
vendors/knockout-projections/package.json
vendored
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "knockout-projections",
|
||||
"version": "1.0.0",
|
||||
"description": "Knockout.js observable arrays get smarter",
|
||||
"main": "knockout-projections.js",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"dependencies": {
|
||||
"knockout": "~3.0.0",
|
||||
"jasmine-reporters": "~0.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-contrib-jshint": "~0.4.3",
|
||||
"grunt-contrib-uglify": "~0.2.0",
|
||||
"grunt-contrib-concat": "~0.3.0",
|
||||
"grunt-contrib-watch": "~0.4.3",
|
||||
"grunt-jasmine-node": "~0.1.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": "",
|
||||
"author": "Microsoft Corporation",
|
||||
"licenses" : [
|
||||
{ "type" : "Apache 2.0", "url" : "http://www.apache.org/licenses/LICENSE-2.0.html" }
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue