Skip to content

Commit

Permalink
Adds LICENSE.txt and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
IceCreamYou committed Sep 1, 2020
1 parent 5ab78a5 commit b321fb6
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 1 deletion.
21 changes: 21 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License

Copyright (C) 2020 Isaac Sukin

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ caching system, you can override several static methods:
License/Credits
---------------

Created by [Isaac Sukin](http://www.isaacsukin.com/) (IceCreamYou).
Created by [Isaac Sukin](https://www.isaacsukin.com/) (IceCreamYou).

The centipede-sprite.png image used for the
[demo](http://icecreamyou.github.com/Canvas-Sprite-Animations/) is from Atari.
Expand Down
34 changes: 34 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "canvas-sprite-animations",
"version": "1.0.1",
"description": "A powerful, easy-to-use Sprite animation library designed for HTML5 Canvas.",
"main": "sprite.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IceCreamYou/Canvas-Sprite-Animations.git"
},
"keywords": [
"sprite",
"sprite-animation-library",
"sprite-sheet",
"spritemap",
"canvas",
"canvas2d",
"animation",
"javascript-library",
"game-library",
"html5-canvas"
],
"author": "Isaac Sukin (@IceCreamYou - https://www.isaacsukin.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IceCreamYou/Canvas-Sprite-Animations/issues"
},
"homepage": "https://github.com/IceCreamYou/Canvas-Sprite-Animations#readme"
}

0 comments on commit b321fb6

Please sign in to comment.