mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-15 14:04:59 -05:00
63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"name": "kaiwa.im",
|
|
"description": "Kaiwa: XMPP Client in the Browser",
|
|
"version": "1.0.0",
|
|
"browser": {
|
|
"crypto": "crypto-browserify"
|
|
},
|
|
"dependencies": {
|
|
"andlog": "0.0.4",
|
|
"async": "^1.4.0",
|
|
"attachmediastream": "1.0.1",
|
|
"backbone": "1.0.0",
|
|
"bluebird": "^2.3.2",
|
|
"body-parser": "1.12.0",
|
|
"bows": "0.3.0",
|
|
"compression": "1.2.2",
|
|
"crypto-browserify": "",
|
|
"express": "4.13.3",
|
|
"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": "^3.0.4",
|
|
"jxt-xmpp": "^1.2.3",
|
|
"jxt-xmpp-types": "^3.0.0",
|
|
"ldapjs": "0.7.1",
|
|
"moonboots-express": "^3.0",
|
|
"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": "7.3.4",
|
|
"staydown": "1.0.3",
|
|
"templatizer": "0.1.2",
|
|
"underscore": "1.6.0",
|
|
"wildemitter": "^1.0.1",
|
|
"xmpp-constants": "^2.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^11.0.1",
|
|
"precommit-hook": "^3.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"main": "server.js",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:digicoop/kaiwa.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "jshint .",
|
|
"validate": "npm ls"
|
|
},
|
|
"pre-commit": [
|
|
"lint",
|
|
"validate",
|
|
"test"
|
|
]
|
|
}
|