Update README, package.json

This commit is contained in:
Christine Dodrill 2015-08-04 15:50:07 -07:00
parent 2cee0ea6ef
commit f8cbc36baa
2 changed files with 11 additions and 10 deletions

View File

@ -1,9 +1,9 @@
# Shout [![](https://badge.fury.io/js/shout.png)](https://www.npmjs.org/package/shout) # Shuo [![](https://badge.fury.io/js/shout.png)](https://www.npmjs.org/package/shout)
### [Try the Demo](http://demo.shout-irc.com/)
__What is it?__ __What is it?__
Shout is a web IRC client that you host on your own server. Shuo is a web IRC client that you host on your own server. This is PonyChat's
fork of [Shout](https://github.com/erming/shout), forked due to Shout appearing
to be stagnant.
__What features does it have?__ __What features does it have?__
- Multiple user support - Multiple user support
@ -38,7 +38,8 @@ grunt
./index.js --port 8080 ./index.js --port 8080
``` ```
And if you don't have [grunt](http://gruntjs.com/getting-started) installed already, just run `npm install -g grunt-cli`. And if you don't have [grunt](http://gruntjs.com/getting-started) installed
already, just run `npm install -g grunt-cli`.
## License ## License

View File

@ -1,15 +1,15 @@
{ {
"name": "shout", "name": "shuo",
"description": "The self-hosted Web IRC client", "description": "The self-hosted Web IRC client",
"version": "0.51.1", "version": "0.51.1",
"author": "Mattias Erming", "author": "Mattias Erming",
"preferGlobal": true, "preferGlobal": true,
"bin": { "bin": {
"shout": "index.js" "shuo": "index.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/erming/shout.git" "url": "https://github.com/PonyChat/Shuo.git"
}, },
"scripts": { "scripts": {
"start": "node index", "start": "node index",