98d4cba3c8
Development works as it was before. In production the js file loaded is the optimized one. Had to wrap the colorwheel plugin in a define() call. jQuery now is always loaded from googleapis, the local files were removed.
20 lines
432 B
JSON
20 lines
432 B
JSON
{
|
|
"name": "application-name",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"dependencies": {
|
|
"express": "2.5.8",
|
|
"jade": ">= 0.0.1",
|
|
"connect-redis": ">= 1.3.0",
|
|
"connect": ">= 2.3.0",
|
|
"socket.io": ">= 0.9",
|
|
"redis": ">= 0.6.7",
|
|
"hiredis": ">= 0.1.14",
|
|
"sanitizer": ">= 0.0.15",
|
|
"hat": ">= 0.0.3",
|
|
"imagemagick": ">= 0.1.2",
|
|
"requirejs": ">= 2.1.2",
|
|
"coffee-script": ">= 1.4.0"
|
|
}
|
|
}
|