mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-11 01:23:43 +08:00
4cc2207513
Original unminified source code (dev folder - js, css, less) (fixes #6) Grunt build system Multiple identities correction (fixes #9) Compose html editor (fixes #12) New general settings - Loading Description New warning about default admin password Split general and login screen settings
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|