summaryrefslogtreecommitdiff
path: root/src/package.json
diff options
context:
space:
mode:
authors1341 <github@shmarya.net>2013-11-26 10:28:33 +0200
committers1341 <github@shmarya.net>2013-11-26 10:28:33 +0200
commit5181b3e4671da24ba09a21615ac6c8dbebe8e769 (patch)
treeeb63367ff47fd3d5db7c08d2a56739c33e4bb8ea /src/package.json
parent9b7203d4d2400c44931c303356e1b02e695ee84d (diff)
downloadetherpad-lite-5181b3e4671da24ba09a21615ac6c8dbebe8e769.zip
add josnminify to package.json
Diffstat (limited to 'src/package.json')
-rw-r--r--src/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/package.json b/src/package.json
index 931db163..0c59cfbb 100644
--- a/src/package.json
+++ b/src/package.json
@@ -5,7 +5,7 @@
"keywords" : ["etherpad", "realtime", "collaborative", "editor"],
"author" : "Peter 'Pita' Martischka <petermartischka@googlemail.com> - Primary Technology Ltd",
"contributors" : [
- { "name": "John McLear" },
+ { "name": "John McLear" },
{ "name": "Hans Pinckaers" },
{ "name": "Robin Buse" },
{ "name": "Marcel Klehr" }
@@ -39,6 +39,7 @@
"languages4translatewiki" : "0.1.3",
"swagger-node-express" : "1.2.3",
"channels" : "0.0.x",
+ "jsonminify" : "0.2.2",
"measured" : "0.1.3"
},
"bin": { "etherpad-lite": "./node/server.js" },
@@ -47,7 +48,7 @@
},
"engines" : { "node" : ">=0.6.3",
"npm" : ">=1.0"
- },
+ },
"repository" : { "type" : "git",
"url" : "http://github.com/ether/etherpad-lite.git"
},