package.json: whitespace changes

Only cosmetic changes to make it easier to understand what changes in the other
commits.

This command:
  git diff this-commit-hash^! --ignore-all-space

should give an empty output on this commit.
This commit is contained in:
muxator 2018-07-14 14:44:48 +02:00
parent 7992316c23
commit 896230ad7c

View file

@ -1,60 +1,60 @@
{ {
"name" : "ep_etherpad-lite", "name": "ep_etherpad-lite",
"description" : "A Etherpad based on node.js", "description": "A Etherpad based on node.js",
"homepage" : "http://etherpad.org", "homepage": "http://etherpad.org",
"keywords" : ["etherpad", "realtime", "collaborative", "editor"], "keywords": ["etherpad", "realtime", "collaborative", "editor"],
"author" : "Etherpad Foundation", "author": "Etherpad Foundation",
"contributors" : [ "contributors": [
{ "name": "John McLear" }, { "name": "John McLear" },
{ "name": "Hans Pinckaers" }, { "name": "Hans Pinckaers" },
{ "name": "Robin Buse" }, { "name": "Robin Buse" },
{ "name": "Marcel Klehr" }, { "name": "Marcel Klehr" },
{ "name": "Peter Martischka" } { "name": "Peter Martischka" }
], ],
"dependencies" : { "dependencies": {
"async" : "0.9.0", "async": "0.9.0",
"async-stacktrace" : "0.0.2", "async-stacktrace": "0.0.2",
"channels" : "0.0.4", "channels": "0.0.4",
"cheerio" : "0.20.0", "cheerio": "0.20.0",
"clean-css" : "3.4.19", "clean-css": "3.4.19",
"cookie-parser" : "1.3.4", "cookie-parser": "1.3.4",
"ejs" : "2.5.7", "ejs": "2.5.7",
"etherpad-require-kernel" : "1.0.9", "etherpad-require-kernel": "1.0.9",
"etherpad-yajsml" : "0.0.2", "etherpad-yajsml": "0.0.2",
"express" : "4.13.4", "express": "4.13.4",
"express-session" : "1.13.0", "express-session": "1.13.0",
"formidable" : "1.2.1", "formidable": "1.2.1",
"graceful-fs" : "4.1.3", "graceful-fs": "4.1.3",
"jsonminify" : "0.4.1", "jsonminify": "0.4.1",
"languages4translatewiki" : "0.1.3", "languages4translatewiki": "0.1.3",
"log4js" : "0.6.35", "log4js": "0.6.35",
"measured" : "1.1.0", "measured": "1.1.0",
"mocha" : "5.0.5", "mocha": "5.0.5",
"npm" : ">=4.0.2", "npm": ">=4.0.2",
"request" : "2.83.0", "request": "2.83.0",
"resolve" : "1.1.7", "resolve": "1.1.7",
"security" : "1.0.0", "security": "1.0.0",
"semver" : "5.1.0", "semver": "5.1.0",
"slide" : "1.1.6", "slide": "1.1.6",
"socket.io" : "1.7.3", "socket.io": "1.7.3",
"supertest" : "3.0.0", "supertest": "3.0.0",
"swagger-node-express" : "2.1.3", "swagger-node-express": "2.1.3",
"tinycon" : "0.0.1", "tinycon": "0.0.1",
"ueberdb2" : "0.3.8", "ueberdb2": "0.3.8",
"uglify-js" : "2.6.2", "uglify-js": "2.6.2",
"underscore" : "1.8.3", "underscore": "1.8.3",
"unorm" : "1.4.1" "unorm": "1.4.1"
}, },
"bin": { "etherpad-lite": "./node/server.js" }, "bin": { "etherpad-lite": "./node/server.js" },
"devDependencies": { "devDependencies": {
"wd" : "1.6.1" "wd": "1.6.1"
}, },
"engines" : { "node" : ">=0.10.0", "engines": { "node": ">=0.10.0",
"npm" : ">=1.0" "npm": ">=1.0"
}, },
"repository" : { "type" : "git", "repository": { "type": "git",
"url" : "http://github.com/ether/etherpad-lite.git" "url": "http://github.com/ether/etherpad-lite.git"
}, },
"version" : "1.6.6", "version": "1.6.6",
"license" : "Apache-2.0" "license": "Apache-2.0"
} }