add josnminify to package.json

This commit is contained in:
s1341 2013-11-26 10:28:33 +02:00
parent 9b7203d4d2
commit 5181b3e467
1 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"keywords" : ["etherpad", "realtime", "collaborative", "editor"], "keywords" : ["etherpad", "realtime", "collaborative", "editor"],
"author" : "Peter 'Pita' Martischka <petermartischka@googlemail.com> - Primary Technology Ltd", "author" : "Peter 'Pita' Martischka <petermartischka@googlemail.com> - Primary Technology Ltd",
"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" }
@ -39,6 +39,7 @@
"languages4translatewiki" : "0.1.3", "languages4translatewiki" : "0.1.3",
"swagger-node-express" : "1.2.3", "swagger-node-express" : "1.2.3",
"channels" : "0.0.x", "channels" : "0.0.x",
"jsonminify" : "0.2.2",
"measured" : "0.1.3" "measured" : "0.1.3"
}, },
"bin": { "etherpad-lite": "./node/server.js" }, "bin": { "etherpad-lite": "./node/server.js" },
@ -47,7 +48,7 @@
}, },
"engines" : { "node" : ">=0.6.3", "engines" : { "node" : ">=0.6.3",
"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"
}, },