kaiwa/package.json

49 lines
1.1 KiB
JSON
Raw Normal View History

2013-06-03 18:51:30 -04:00
{
"name": "otalk.im",
"description": "OTalk: WebRTC Enabled XMPP Client, in the Browser",
2013-06-03 18:51:30 -04:00
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git@github.com:andyet/otalk.git"
2013-06-03 18:51:30 -04:00
},
"dependencies": {
"express": "3.x.x",
"connect": "2.7.6",
"connect-redis": "1.4.5",
"getconfig": "0.0.5",
"jade": "0.30.0",
"moonboots": "0.0.3",
"clientmodules": "0.0.5",
"backbone": "1.0.0",
"underscore": "1.4.4",
"strictmodel": "0.0.3",
"precommit-hook": "0.3.4",
"sound-effect-manager": "0.0.5",
"andlog": "0.0.3",
"strictview": "0.0.2",
"system-requirements": "0.0.2",
"webrtc.js": "0.0.3",
"semi-static": "",
"node-uuid": "1.4.0",
"cookie-getter": "0.0.2",
2013-08-20 13:45:06 -04:00
"wildemitter": "0.0.5",
"image-to-data-uri": "",
"stanza.io": ""
2013-06-03 18:51:30 -04:00
},
"clientmodules": [
"backbone",
"strictmodel",
"underscore",
"sound-effect-manager",
"andlog",
"strictview",
"cookie-getter",
2013-08-20 13:45:06 -04:00
"wildemitter",
"image-to-data-uri"
2013-06-03 18:51:30 -04:00
],
"clientmodulesDir": "clientapp/modules",
"scripts": {
"postinstall": "node node_modules/clientmodules/install.js"
}
}