mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-22 06:00:30 -04:00
Minify and compress JS & CSS before sending it
This commit is contained in:
parent
d81b539061
commit
0c3f0e981a
9 changed files with 289 additions and 39 deletions
15
package.json
15
package.json
|
@ -1,15 +1,18 @@
|
|||
{
|
||||
"name" : "ep-lite",
|
||||
"description" : "A Etherpad based on node.js",
|
||||
"url" : "https://github.com/Pita/etherpad-lite",
|
||||
"homepage" : "https://github.com/Pita/etherpad-lite",
|
||||
"keywords" : ["etherpad", "realtime", "collaborative", "editor"],
|
||||
"author" : "Peter 'Pita' Martischka <petermartischka@googlemail.com>",
|
||||
"dependencies" : {
|
||||
"socket.io" : ">=0.6.18",
|
||||
"ueberDB" : ">=0.0.3",
|
||||
"async" : ">=0.1.9",
|
||||
"joose" : ">=3.18.0",
|
||||
"express" : ">=2.3.6"
|
||||
"socket.io" : "0.6.18",
|
||||
"ueberDB" : "0.0.3",
|
||||
"async" : "0.1.9",
|
||||
"joose" : "3.18.0",
|
||||
"express" : "2.3.6",
|
||||
"clean-css" : "0.2.3",
|
||||
"uglify-js" : "1.0.2",
|
||||
"gzip" : "0.1.0"
|
||||
},
|
||||
"version" : "0.0.3",
|
||||
"bin" : {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue