first commit

This commit is contained in:
Senad Uka
2018-05-07 16:07:00 +02:00
commit 8b4f09f9d5
3368 changed files with 852614 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "transitionize",
"version": "0.0.3",
"description": "Create CSS3 transitions dynamically",
"main": "transitionize.js",
"repository": {
"type": "git",
"url": "git://github.com/abpetkov/transitionize.git"
},
"author": "Alexander Petkov",
"license": "MIT",
"bugs": {
"url": "https://github.com/abpetkov/transitionize/issues"
},
"devDependencies": {
"uglify-js": "~2.4.8",
"component": "~0.18.0"
}
}