forked from CreateJS/TweenJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the changes that we want to keep.
- Loading branch information
Andrew Start
committed
Jan 26, 2015
1 parent
8fe20d8
commit 1c0e0ce
Showing
7 changed files
with
294 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
{ | ||
"name": "TweenJS", | ||
"version": "0.6.0", | ||
"homepage": "https://github.com/CreateJS/TweenJS", | ||
"authors": [ | ||
"gskinner", | ||
"lannymcnie", | ||
"wdamien" | ||
], | ||
"description": "A simple but powerful tweening / animation library for Javascript. Part of the CreateJS suite of libraries.", | ||
"main": "lib/tweenjs-0.6.0.combined.js", | ||
"keywords": [ | ||
"tween", | ||
"tweening", | ||
"animation", | ||
"createjs" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"_assets", | ||
"bower_components", | ||
"build", | ||
"docs", | ||
"examples", | ||
"icon.png", | ||
"LICENSE.txt", | ||
"README.md", | ||
"src", | ||
"VERSIONS.txt" | ||
] | ||
} | ||
"name": "TweenJS", | ||
"version": "0.6.0", | ||
"homepage": "https://github.com/CreateJS/TweenJS", | ||
"authors": [ | ||
"gskinner", | ||
"lannymcnie", | ||
"wdamien" | ||
], | ||
"description": "A simple but powerful tweening / animation library for Javascript. Part of the CreateJS suite of libraries.", | ||
"main": "lib/tweenjs.combined.js", | ||
"keywords": [ | ||
"tween", | ||
"tweening", | ||
"animation", | ||
"createjs" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"_assets", | ||
"bower_components", | ||
"build", | ||
"docs", | ||
"examples", | ||
"icon.png", | ||
"LICENSE.txt", | ||
"README.md", | ||
"src", | ||
"VERSIONS.txt" | ||
] | ||
} |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.