{
  "name": "animatesprite",
  "version": "0.2.1",
  "description": "Sprite animations made simple",
  "keywords": [
    "animations",
    "animate sprite",
    "sprite animations"
  ],
  "author": {
    "name": "Blai Pratdesaba",
    "email": "hello@blaipratdesaba.com",
    "url": "http://www.blaipratdesaba.com"
  },
  "main": "dist/animatesprite.js",
  "repository": "https://github.com/blaiprat/animatesprite",
  "license": "MIT",
  "scripts": {
    "test": "grunt"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-concat": "^0.5.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-nodeunit": "^0.4.1",
    "grunt-contrib-qunit": "^0.5.2",
    "grunt-contrib-uglify": "^0.7.0",
    "grunt-contrib-watch": "^0.6.1",
    "jshint-stylish": "^1.0.0",
    "load-grunt-tasks": "^2.0.0",
    "time-grunt": "^1.0.0"
  }
}
