{
  "name": "penner",
  "version": "0.1.3",
  "description": "Penner's easing equations, in JavaScript",
  "main": "penner.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/bcherny/penner.git"
  },
  "author": "Boris Cherny <boris@performancejs.com>",
  "contributors": [
    {
      "name": "Boris Cherny",
      "email": "boris@performancejs.com"
    }
  ],
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-coffee": "^0.13.0",
    "grunt-contrib-uglify": "^0.9.2"
  },
  "license": "MIT",
  "readmeFilename": "README.md",
  "dependencies": {},
  "keywords": [
    "easing",
    "ease",
    "transition",
    "tween",
    "animation",
    "css",
    "effects",
    "animationframe",
    "transform"
  ]
}
