From 45294942f7219138622a3c4835c6547d7d0c43b8 Mon Sep 17 00:00:00 2001 From: Dustin Diaz Date: Wed, 6 Aug 2014 19:43:52 -0700 Subject: [PATCH] 0.7.1 --- package.json | 43 ++++++++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index b3221c3..b5d3848 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,31 @@ { - "name": "morpheus" - , "description": "A Brilliant Animator" - , "version": "0.7.0" - , "homepage": "https://github.com/ded/morpheus" - , "author": "Dustin Diaz (http://dustindiaz.com)" - , "keywords": ["ender", "animation", "motion", "css", "colors", "morph", "tween", "curve", "bezier", "transform", "skew", "rotate"] - , "main": "./morpheus.js" - , "ender": "./src/ender.js" - , "repository": { - "type": "git" - , "url": "https://github.com/ded/morpheus.git" - } - , "devDependencies": { - "sink-test": "1.x.x" - , "smoosh": "0.4.0" + "name": "morpheus", + "description": "A Brilliant Animator", + "version": "0.7.1", + "homepage": "https://github.com/ded/morpheus", + "author": "Dustin Diaz (http://dustindiaz.com)", + "keywords": [ + "ender", + "animation", + "motion", + "css", + "colors", + "morph", + "tween", + "curve", + "bezier", + "transform", + "skew", + "rotate" + ], + "main": "./morpheus.js", + "ender": "./src/ender.js", + "repository": { + "type": "git", + "url": "https://github.com/ded/morpheus.git" + }, + "devDependencies": { + "sink-test": "1.x.x", + "smoosh": "0.4.0" } }