mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Clone 3.5.1 from github
This commit is contained in:
parent
5d281486d0
commit
091c4ec811
65 changed files with 6957 additions and 7 deletions
40
vendors/knockout/package.json
vendored
Normal file
40
vendors/knockout/package.json
vendored
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"name": "knockout",
|
||||
"description": "Knockout makes it easier to create rich, responsive UIs with JavaScript",
|
||||
"homepage": "http://knockoutjs.com/",
|
||||
"version": "3.5.1-pre",
|
||||
"license": "MIT",
|
||||
"author": "The Knockout.js team",
|
||||
"main": "build/output/knockout-latest.js",
|
||||
"types": "build/types/knockout.d.ts",
|
||||
"scripts": {
|
||||
"prepublish": "grunt",
|
||||
"test": "node spec/runner.node.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/knockout/knockout.git"
|
||||
},
|
||||
"bugs": "https://github.com/knockout/knockout/issues",
|
||||
"testling": {
|
||||
"preprocess": "build/build.sh",
|
||||
"html": "spec/runner.html?src=build/output/knockout-latest.js&testling=true",
|
||||
"browsers": [
|
||||
"ie/6..latest",
|
||||
"chrome/20..latest",
|
||||
"firefox/3..latest",
|
||||
"safari/5.0.5..latest",
|
||||
"opera/11.0..latest",
|
||||
"iphone/6..latest",
|
||||
"ipad/6..latest"
|
||||
]
|
||||
},
|
||||
"licenses": [
|
||||
{ "type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php" }
|
||||
],
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-cli": "~0.1.0",
|
||||
"closure-compiler": "~0.2.1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue