package.json: last reformatting
These are the remaining non-whitespace changes needed to normalize package.json formatting, bringing it in line with the npm 6.1.0 default format. Future edits to this file should follow this default format, in order to minimize churn.pull/3431/head
parent
896230ad7c
commit
24b5817beb
|
@ -2,14 +2,29 @@
|
||||||
"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": "Hans Pinckaers" },
|
"name": "John McLear"
|
||||||
{ "name": "Robin Buse" },
|
},
|
||||||
{ "name": "Marcel Klehr" },
|
{
|
||||||
{ "name": "Peter Martischka" }
|
"name": "Hans Pinckaers"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Robin Buse"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Marcel Klehr"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Peter Martischka"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "0.9.0",
|
"async": "0.9.0",
|
||||||
|
@ -45,14 +60,18 @@
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in New Issue