kaiwa/package.json

40 lines
1.1 KiB
JSON
Raw Normal View History

2013-06-03 18:51:30 -04:00
{
2013-08-29 23:38:28 -04:00
"name": "otalk.im",
"version": "0.0.1",
2013-09-25 12:52:38 -04:00
"description": "Otalk: WebRTC Enabled XMPP Client, in the Browser",
2013-08-29 23:38:28 -04:00
"repository": {
2013-10-15 03:02:45 -04:00
"type": "git",
2013-08-29 23:38:28 -04:00
"url": "git@github.com:andyet/otalk.git"
},
"dependencies": {
"async": "0.2.9",
2014-01-01 19:24:11 -05:00
"attachmediastream": "1.0.1",
2013-08-29 23:38:28 -04:00
"backbone": "1.0.0",
2014-01-01 19:24:11 -05:00
"bows": "0.3.0",
"browserify": "2.25.1",
"crypto-browserify": "1.0.3",
2013-08-29 23:38:28 -04:00
"express": "3.3.7",
"getconfig": "0.0.5",
2014-01-01 19:24:11 -05:00
"getusermedia": "0.2.1",
"helmet": "0.1.0",
"human-model": "1.4.0",
"human-view": "1.2.0",
2013-08-29 23:38:28 -04:00
"jade": "0.35.0",
"moonboots": "1.0.0",
2013-08-29 23:38:28 -04:00
"node-uuid": "1.4.1",
2014-01-01 19:24:11 -05:00
"notify.js": "0.0.3",
"oembed": "0.1.0",
2013-08-29 23:38:28 -04:00
"semi-static": "0.0.4",
"sound-effect-manager": "0.0.5",
"stanza.io": "2.11.0",
2014-01-01 19:24:11 -05:00
"staydown": "legastero/staydown",
2013-08-29 23:38:28 -04:00
"templatizer": "0.1.2",
"underscore": "1.5.1",
2014-01-01 19:24:11 -05:00
"wildemitter": "0.0.5"
2013-08-29 23:38:28 -04:00
},
"devDependencies": {
"precommit-hook": "0.3.6"
},
"main": "server.js"
2013-06-03 18:51:30 -04:00
}