mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Move almost all libs to node_modules
Update libs
This commit is contained in:
parent
b895c6ac1a
commit
c3985da102
374 changed files with 17466 additions and 83393 deletions
39
vendors/knockout/package.json
vendored
39
vendors/knockout/package.json
vendored
|
|
@ -1,39 +0,0 @@
|
|||
{
|
||||
"name": "knockout",
|
||||
"description": "Knockout makes it easier to create rich, responsive UIs with JavaScript",
|
||||
"homepage": "http://knockoutjs.com/",
|
||||
"version": "3.0.0",
|
||||
"license": "MIT",
|
||||
"author": "The Knockout.js team",
|
||||
"main": "build/output/knockout-latest.debug.js",
|
||||
"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