mirror of
https://git.sleeping.town/mirrors/foxy-moxy
synced 2024-11-14 16:17:44 +00:00
Update README and package.json
This commit is contained in:
parent
64e0bbab47
commit
62fa7c55f1
2 changed files with 8 additions and 8 deletions
|
@ -1,3 +1,3 @@
|
|||
# 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.
|
||||
|
|
14
package.json
14
package.json
|
@ -1,21 +1,21 @@
|
|||
{
|
||||
"name": "icogaru",
|
||||
"name": "foxy-moxy",
|
||||
"version": "1.0.0",
|
||||
"description": "Iconic ============",
|
||||
"main": "index.js",
|
||||
"description": "Makes Fox Faces",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"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",
|
||||
"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": {
|
||||
"canvas": "^1.6.2",
|
||||
"chance": "^1.0.4",
|
||||
|
|
Loading…
Reference in a new issue