Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
0.7.1
  • Loading branch information
ded committed Aug 7, 2014
1 parent 45946d4 commit 4529494
Showing 1 changed file with 28 additions and 15 deletions.
43 changes: 28 additions & 15 deletions 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 <polvero@gmail.com> (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 <polvero@gmail.com> (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"
}
}

0 comments on commit 4529494

Please sign in to comment.