mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-15 20:24:51 +08:00
0f56c7d28f
and tested closure-compiler 0.2.12 but still broken for es6 mode
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"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": [
|
|
"chrome/68..latest",
|
|
"firefox/56..latest",
|
|
"safari/10..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"
|
|
},
|
|
"dependencies": {
|
|
"closure-compiler": "^0.2.12",
|
|
"google-closure-compiler": "^20200830.0.0"
|
|
}
|
|
}
|