Social.Tune/Generation_01/socialtune-chat/package.json
2018-11-07 17:29:45 -06:00

19 lines
488 B
JSON
Executable File

{
"name": "AjaxIM",
"description": "instant messaging framework",
"author": "ajaximrpg <ajaximrpg@svexpertise.com>",
"version": "4.0.0",
"dependencies": {
"express": ">= 4.0.0",
"connect": ">= 2.14.0",
"method-override": ">= 1.0.0",
"cookie-parser": ">= 1.0.0",
"body-parser": ">= 1.0.0",
"express-error-handler": ">= 0.5.0",
"morgan": ">= 1.0.0",
"cookie": ">= 0.1.0",
"jade": ">= 1.3.0",
"socket.io": ">= 1.0.6"
}
}