From 225c566642b22879b06becbcd32430af18672027 Mon Sep 17 00:00:00 2001 From: GibboK Date: Sun, 7 May 2017 11:31:43 +0200 Subject: [PATCH] Add version --- package.json | 2 +- todos.md | 90 ---------------------------------------------------- 2 files changed, 1 insertion(+), 91 deletions(-) delete mode 100644 todos.md diff --git a/package.json b/package.json index e933b3a..0b9a730 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keyframes-tool", - "version": "1.0.2", + "version": "1.0.3", "description": "Keyframes-tool is a NodeJs command line tool which convert CSS Animations to a keyframes object suitable for Web Animations API.", "main": "keyframes-tool.js", "keywords": [ diff --git a/todos.md b/todos.md deleted file mode 100644 index 3bd30ae..0000000 --- a/todos.md +++ /dev/null @@ -1,90 +0,0 @@ -node keyframes-tool ../animate.css/source/attention_seekers/bounce.css ../animate.css/source/attention_seekers/bounce.json -node keyframes-tool ../animate.css/source/attention_seekers/flash.css ../animate.css/source/attention_seekers/flash.json -node keyframes-tool ../animate.css/source/attention_seekers/headShake.css ../animate.css/source/attention_seekers/headShake.json -node keyframes-tool ../animate.css/source/attention_seekers/jello.css ../animate.css/source/attention_seekers/jello.json -node keyframes-tool ../animate.css/source/attention_seekers/pulse.css ../animate.css/source/attention_seekers/pulse.json -node keyframes-tool ../animate.css/source/attention_seekers/rubberBand.css ../animate.css/source/attention_seekers/rubberBand.json -node keyframes-tool ../animate.css/source/attention_seekers/shake.css ../animate.css/source/attention_seekers/shake.json -node keyframes-tool ../animate.css/source/attention_seekers/swing.css ../animate.css/source/attention_seekers/swing.json -node keyframes-tool ../animate.css/source/attention_seekers/tada.css ../animate.css/source/attention_seekers/tada.json -node keyframes-tool ../animate.css/source/attention_seekers/wobble.css ../animate.css/source/attention_seekers/wobble.json - -node keyframes-tool ../animate.css/source/bouncing_entrances/bounceIn.css ../animate.css/source/bouncing_entrances/bounceIn.json -node keyframes-tool ../animate.css/source/bouncing_entrances/bounceInDown.css ../animate.css/source/bouncing_entrances/bounceInDown.json -node keyframes-tool ../animate.css/source/bouncing_entrances/bounceInLeft.css ../animate.css/source/bouncing_entrances/bounceInLeft.json -node keyframes-tool ../animate.css/source/bouncing_entrances/bounceInRight.css ../animate.css/source/bouncing_entrances/bounceInRight.json -node keyframes-tool ../animate.css/source/bouncing_entrances/bounceInUp.css ../animate.css/source/bouncing_entrances/bounceInUp.json - -node keyframes-tool ../animate.css/source/bouncing_exits/bounceOut.css ../animate.css/source/bouncing_exits/bounceOut.json -node keyframes-tool ../animate.css/source/bouncing_exits/bounceOutDown.css ../animate.css/source/bouncing_exits/bounceOutDown.json -node keyframes-tool ../animate.css/source/bouncing_exits/bounceOutLeft.css ../animate.css/source/bouncing_exits/bounceOutLeft.json -node keyframes-tool ../animate.css/source/bouncing_exits/bounceOutRight.css ../animate.css/source/bouncing_exits/bounceOutRight.json -node keyframes-tool ../animate.css/source/bouncing_exits/bounceOutUp.css ../animate.css/source/bouncing_exits/bounceOutUp.json - -node keyframes-tool ../animate.css/source/fading_entrances/fadeIn.css ../animate.css/source/fading_entrances/fadeIn.json -node keyframes-tool ../animate.css/source/fading_entrances/fadeInDown.css ../animate.css/source/fading_entrances/fadeInDown.json -node keyframes-tool ../animate.css/source/fading_entrances/fadeInDownBig.css ../animate.css/source/fading_entrances/fadeInDownBig.json -node keyframes-tool ../animate.css/source/fading_entrances/fadeInLeft.css ../animate.css/source/fading_entrances/fadeInLeft.json -node keyframes-tool ../animate.css/source/fading_entrances/fadeInLeftBig.css ../animate.css/source/fading_entrances/fadeInLeftBig.json -node keyframes-tool ../animate.css/source/fading_entrances/fadeInRight.css ../animate.css/source/fading_entrances/fadeInRight.json -node keyframes-tool ../animate.css/source/fading_entrances/fadeInRightBig.css ../animate.css/source/fading_entrances/fadeInRightBig.json -node keyframes-tool ../animate.css/source/fading_entrances/fadeInUp.css ../animate.css/source/fading_entrances/fadeInUp.json -node keyframes-tool ../animate.css/source/fading_entrances/fadeInUpBig.css ../animate.css/source/fading_entrances/fadeInUpBig.json - -node keyframes-tool ../animate.css/source/fading_exits/fadeOut.css ../animate.css/source/fading_exits/fadeOut.json -node keyframes-tool ../animate.css/source/fading_exits/fadeOutDown.css ../animate.css/source/fading_exits/fadeOutDown.json -node keyframes-tool ../animate.css/source/fading_exits/fadeOutDownBig.css ../animate.css/source/fading_exits/fadeOutDownBig.json -node keyframes-tool ../animate.css/source/fading_exits/fadeOutLeft.css ../animate.css/source/fading_exits/fadeOutLeft.json -node keyframes-tool ../animate.css/source/fading_exits/fadeOutLeftBig.css ../animate.css/source/fading_exits/fadeOutLeftBig.json -node keyframes-tool ../animate.css/source/fading_exits/fadeOutRight.css ../animate.css/source/fading_exits/fadeOutRight.json -node keyframes-tool ../animate.css/source/fading_exits/fadeOutRightBig.css ../animate.css/source/fading_exits/fadeOutRightBig.json -node keyframes-tool ../animate.css/source/fading_exits/fadeOutUp.css ../animate.css/source/fading_exits/fadeOutUp.json -node keyframes-tool ../animate.css/source/fading_exits/fadeOutUpBig.css ../animate.css/source/fading_exits/fadeOutUpBig.json - -node keyframes-tool ../animate.css/source/flippers/flip.css ../animate.css/source/flippers/flip.json -node keyframes-tool ../animate.css/source/flippers/flipInX.css ../animate.css/source/flippers/flipInX.json -node keyframes-tool ../animate.css/source/flippers/flipInY.css ../animate.css/source/flippers/flipInY.json -node keyframes-tool ../animate.css/source/flippers/flipOutX.css ../animate.css/source/flippers/flipOutX.json -node keyframes-tool ../animate.css/source/flippers/flipOutY.css ../animate.css/source/flippers/flipOutY.json - -node keyframes-tool ../animate.css/source/lightspeed/lightSpeedIn.css ../animate.css/source/lightspeed/lightSpeedIn.json -node keyframes-tool ../animate.css/source/lightspeed/lightSpeedOut.css ../animate.css/source/lightspeed/lightSpeedOut.json - -node keyframes-tool ../animate.css/source/rotating_entrances/rotateIn.css ../animate.css/source/rotating_entrances/rotateIn.json -node keyframes-tool ../animate.css/source/rotating_entrances/rotateInDownLeft.css ../animate.css/source/rotating_entrances/rotateInDownLeft.json -node keyframes-tool ../animate.css/source/rotating_entrances/rotateInDownRight.css ../animate.css/source/rotating_entrances/rotateInDownRight.json -node keyframes-tool ../animate.css/source/rotating_entrances/rotateInUpLeft.css ../animate.css/source/rotating_entrances/rotateInUpLeft.json -node keyframes-tool ../animate.css/source/rotating_entrances/rotateInUpRight.css ../animate.css/source/rotating_entrances/rotateInUpRight.json - -node keyframes-tool ../animate.css/source/rotating_exits/rotateOut.css ../animate.css/source/rotating_exits/rotateOut.json -node keyframes-tool ../animate.css/source/rotating_exits/rotateOutDownLeft.css ../animate.css/source/rotating_exits/rotateOutDownLeft.json -node keyframes-tool ../animate.css/source/rotating_exits/rotateOutDownRight.css ../animate.css/source/rotating_exits/rotateOutDownRight.json -node keyframes-tool ../animate.css/source/rotating_exits/rotateOutUpLeft.css ../animate.css/source/rotating_exits/rotateOutUpLeft.json -node keyframes-tool ../animate.css/source/rotating_exits/rotateOutUpRight.css ../animate.css/source/rotating_exits/rotateOutUpRight.json - -node keyframes-tool ../animate.css/source/sliding_entrances/slideInDown.css ../animate.css/source/sliding_entrances/slideInDown.json -node keyframes-tool ../animate.css/source/sliding_entrances/slideInLeft.css ../animate.css/source/sliding_entrances/slideInLeft.json -node keyframes-tool ../animate.css/source/sliding_entrances/slideInRight.css ../animate.css/source/sliding_entrances/slideInRight.json -node keyframes-tool ../animate.css/source/sliding_entrances/slideInUp.css ../animate.css/source/sliding_entrances/slideInUp.json - -node keyframes-tool ../animate.css/source/sliding_exits/slideOutDown.css ../animate.css/source/sliding_exits/slideOutDown.json -node keyframes-tool ../animate.css/source/sliding_exits/slideOutLeft.css ../animate.css/source/sliding_exits/slideOutLeft.json -node keyframes-tool ../animate.css/source/sliding_exits/slideOutRight.css ../animate.css/source/sliding_exits/slideOutRight.json -node keyframes-tool ../animate.css/source/sliding_exits/slideOutUp.css ../animate.css/source/sliding_exits/slideOutUp.json - -node keyframes-tool ../animate.css/source/specials/hinge.css ../animate.css/source/specials/hinge.json -node keyframes-tool ../animate.css/source/specials/jackInTheBox.css ../animate.css/source/specials/jackInTheBox.json -node keyframes-tool ../animate.css/source/specials/rollIn.css ../animate.css/source/specials/rollIn.json -node keyframes-tool ../animate.css/source/specials/rollOut.css ../animate.css/source/specials/rollOut.json - -node keyframes-tool ../animate.css/source/zooming_entrances/zoomIn.css ../animate.css/source/zooming_entrances/zoomIn.json -node keyframes-tool ../animate.css/source/zooming_entrances/zoomInDown.css ../animate.css/source/zooming_entrances/zoomInDown.json -node keyframes-tool ../animate.css/source/zooming_entrances/zoomInLeft.css ../animate.css/source/zooming_entrances/zoomInLeft.json -node keyframes-tool ../animate.css/source/zooming_entrances/zoomInRight.css ../animate.css/source/zooming_entrances/zoomInRight.json -node keyframes-tool ../animate.css/source/zooming_entrances/zoomInUp.css ../animate.css/source/zooming_entrances/zoomInUp.json - -node keyframes-tool ../animate.css/source/zooming_exits/zoomOut.css ../animate.css/source/zooming_exits/zoomOut.json -node keyframes-tool ../animate.css/source/zooming_exits/zoomOutDown.css ../animate.css/source/zooming_exits/zoomOutDown.json -node keyframes-tool ../animate.css/source/zooming_exits/zoomOutLeft.css ../animate.css/source/zooming_exits/zoomOutLeft.json -node keyframes-tool ../animate.css/source/zooming_exits/zoomOutRight.css ../animate.css/source/zooming_exits/zoomOutRight.json -node keyframes-tool ../animate.css/source/zooming_exits/zoomOutUp.css ../animate.css/source/zooming_exits/zoomOutUp.json \ No newline at end of file