Update README and package.json

This commit is contained in:
lucaswadedavis 2016-12-16 19:28:15 -08:00
parent 64e0bbab47
commit 62fa7c55f1
2 changed files with 8 additions and 8 deletions

View file

@ -1,3 +1,3 @@
# All the Foxes # All the Foxes
Requires installing cairo Requires installing cairo then running `npm install`. Once everything's installed, run `node server.js`, and you're off to the races.

View file

@ -1,21 +1,21 @@
{ {
"name": "icogaru", "name": "foxy-moxy",
"version": "1.0.0", "version": "1.0.0",
"description": "Iconic ============", "description": "Makes Fox Faces",
"main": "index.js", "main": "server.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+ssh://git@github.com/lucaswadedavis/icogaru.git" "url": "git+ssh://git@github.com/Patreon/foxy-moxy.git"
}, },
"author": "", "author": "Luke Davis <lucaswadedavis@gmail.com>",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/lucaswadedavis/icogaru/issues" "url": "https://github.com/Patreon/foxy-moxy/issues"
}, },
"homepage": "https://github.com/lucaswadedavis/icogaru#readme", "homepage": "https://github.com/Patreon/foxy-moxy#readme",
"dependencies": { "dependencies": {
"canvas": "^1.6.2", "canvas": "^1.6.2",
"chance": "^1.0.4", "chance": "^1.0.4",