kaiwa/package.json

51 lines
1.2 KiB
JSON
Raw Normal View History

2013-06-03 18:51:30 -04:00
{
2015-04-07 10:12:28 -04:00
"name": "kaiwa.im",
"description": "Kaiwa: XMPP Client in the Browser",
"version": "1.0.0",
"browser": {
"crypto": "crypto-browserify"
},
2014-02-18 23:44:15 -05:00
"dependencies": {
"andlog": "0.0.4",
2015-02-09 09:22:17 -05:00
"async": "^0.9.0",
2014-02-18 23:44:15 -05:00
"attachmediastream": "1.0.1",
"backbone": "1.0.0",
2015-02-09 09:22:17 -05:00
"bluebird": "^2.3.2",
2015-03-19 11:41:32 -04:00
"body-parser": "1.12.0",
2014-02-18 23:44:15 -05:00
"bows": "0.3.0",
2015-02-09 09:22:17 -05:00
"browserify": "4.x",
"compression": "1.2.2",
"crypto-browserify": "",
"express": "4.10.6",
2014-02-18 23:44:15 -05:00
"getconfig": "0.0.5",
"getusermedia": "0.2.1",
"helmet": "0.1.0",
"human-model": "2.6.0",
2015-02-09 09:22:17 -05:00
"human-view": "1.8.0",
"jade": "1.8.2",
2015-01-25 09:57:30 -05:00
"jxt": "^2.7.0",
2015-03-19 11:41:32 -04:00
"LDAP": "1.2.1",
2015-02-09 09:22:17 -05:00
"moonboots-express": "2.x",
"node-uuid": "^1.4.1",
2014-02-18 23:44:15 -05:00
"notify.js": "0.0.3",
"semi-static": "0.0.4",
2015-02-09 09:22:17 -05:00
"serve-static": "1.7.1",
2015-01-25 14:21:57 -05:00
"sound-effect-manager": "1.0.0",
2015-02-09 09:22:17 -05:00
"stanza.io": "6.10.2",
2014-02-18 23:44:15 -05:00
"staydown": "1.0.3",
"templatizer": "0.1.2",
2015-02-09 09:22:17 -05:00
"underscore": "1.6.0",
"wildemitter": "^1.0.1"
2014-02-18 23:44:15 -05:00
},
"devDependencies": {
2015-02-09 09:22:17 -05:00
"precommit-hook": "^1.0.2"
2014-02-18 23:44:15 -05:00
},
"license": "MIT",
"main": "server.js",
"private": true,
"repository": {
"type": "git",
2015-04-07 10:12:28 -04:00
"url": "git@github.com:digicoop/kaiwa.git"
2014-02-18 23:44:15 -05:00
}
2013-06-03 18:51:30 -04:00
}