{
  "name": "iconate",
  "title": "iconate.js",
  "description": "A light-weight library to animate your font-awesome like icons",
  "version": "0.3.1",
  "homepage": "http://bitshadow.github.io/iconate",
  "author": {
    "name": "Jignesh Kakadiya",
    "email": "jigneshhk1992@gmail.com",
    "url": "http://bitshadow.github.io"
  },
  "main": "dist/iconate.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/bitshadow/iconate.git"
  },
  "bugs": {
    "url": "https://github.com/bitshadow/iconate/issues"
  },
  "scripts": {
    "build": "grunt build"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/bitshadow/iconate/blob/master/LICENSE"
    }
  ],
  "keywords": [
    "icon",
    "animation",
    "ux",
    "javascript",
    "transition",
    "library"
  ],
  "dependencies": {
    "autoprefixer": "^7.2.5",
    "csswring": "^6.0.2"
  },
  "license": "MIT",
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-contrib-uglify": "^3.3.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-postcss": "^0.9.0"
  }
}
