Shuo/package.json

49 lines
1000 B
JSON

{
"name": "shuo",
"description": "The self-hosted Web IRC client",
"version": "0.51.2",
"author": "PonyChat Development Team",
"preferGlobal": true,
"bin": {
"shuo": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/PonyChat/Shuo.git"
},
"scripts": {
"start": "node index",
"test": "mocha test/**/*.js"
},
"keywords": [
"browser",
"web",
"chat",
"client",
"irc",
"server"
],
"license": "MIT",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"cheerio": "^0.17.0",
"commander": "^2.3.0",
"event-stream": "^3.1.7",
"express": "^4.9.5",
"lodash": "~2.4.1",
"mkdirp": "^0.5.0",
"moment": "~2.7.0",
"read": "^1.0.5",
"request": "^2.51.0",
"slate-irc": "~0.7.3",
"socket.io": "~1.0.6"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^0.6.1",
"handlebars": "^2.0.0",
"mocha": "~2.0.1"
}
}