mirror of
https://git.sleeping.town/mirrors/foxy-moxy
synced 2025-06-17 04:40:48 -07:00
Initial commit.
This commit is contained in:
commit
603bdb1878
12 changed files with 1951 additions and 0 deletions
24
package.json
Normal file
24
package.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "icogaru",
|
||||
"version": "1.0.0",
|
||||
"description": "Iconic ============",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/lucaswadedavis/icogaru.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/lucaswadedavis/icogaru/issues"
|
||||
},
|
||||
"homepage": "https://github.com/lucaswadedavis/icogaru#readme",
|
||||
"dependencies": {
|
||||
"canvas": "^1.6.2",
|
||||
"express": "^4.14.0",
|
||||
"node-gyp": "^3.4.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue