Skip to content

Commit

Permalink
fix folder structure and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwieth committed Dec 24, 2019
1 parent 5547df5 commit be8d3c8
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules
/generated/cards
/generated/cards/*.png
Empty file added generated/cards/nothing.txt
Empty file.
42 changes: 26 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "cardminter",
"version": "0.1.0",
"description": "creates cards from img and json",
"main": "createAll.js",
"dependencies": {
"canvas": "^2.6.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DecentralCardGame/CardMinter.git"
},
"author": "patrick wieth",
"license": "ISC",
"bugs": {
"url": "https://github.com/DecentralCardGame/CardMinter/issues"
},
"homepage": "https://github.com/DecentralCardGame/CardMinter#readme"
}

0 comments on commit be8d3c8

Please sign in to comment.