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