Skip to content

Commit

Permalink
added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielInman committed Oct 23, 2019
1 parent 84faa00 commit 55e0075
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "@ion-cloud/easel",
"version": "1.0.0",
"description": "A javascript utility library that helps setup and manage a 2d or 3d canvas",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ion-cloud/easel.git"
},
"keywords": [
"javascript",
"ion-cloud",
"game-dev",
"canvas",
"utility"
],
"author": "NathanielInman",
"license": "MIT",
"bugs": {
"url": "https://github.com/ion-cloud/easel/issues"
},
"homepage": "https://github.com/ion-cloud/easel#readme"
}

0 comments on commit 55e0075

Please sign in to comment.