mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-05 17:15:04 -05:00
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "otalk.im",
|
|
"description": "Otalk: WebRTC Enabled XMPP Client, in the Browser",
|
|
"version": "0.0.50",
|
|
"browser": {
|
|
"crypto": "crypto-browserify"
|
|
},
|
|
"dependencies": {
|
|
"andlog": "0.0.4",
|
|
"async": "^0.9.0",
|
|
"attachmediastream": "1.0.1",
|
|
"backbone": "1.0.0",
|
|
"bluebird": "^2.3.2",
|
|
"bows": "0.3.0",
|
|
"browserify": "4.x",
|
|
"compression": "1.2.2",
|
|
"crypto-browserify": "",
|
|
"express": "4.10.6",
|
|
"getconfig": "0.0.5",
|
|
"getusermedia": "0.2.1",
|
|
"helmet": "0.1.0",
|
|
"human-model": "2.6.0",
|
|
"human-view": "1.8.0",
|
|
"jade": "1.8.2",
|
|
"jxt": "^2.7.0",
|
|
"moonboots-express": "2.x",
|
|
"node-uuid": "^1.4.1",
|
|
"notify.js": "0.0.3",
|
|
"semi-static": "0.0.4",
|
|
"serve-static": "1.7.1",
|
|
"sound-effect-manager": "1.0.0",
|
|
"stanza.io": "6.10.2",
|
|
"staydown": "1.0.3",
|
|
"templatizer": "0.1.2",
|
|
"underscore": "1.6.0",
|
|
"wildemitter": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"precommit-hook": "^1.0.2"
|
|
},
|
|
"license": "MIT",
|
|
"main": "server.js",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:andyet/otalk.git"
|
|
}
|
|
}
|