{
  "name": "grunt-light-sprite",
  "description": "Light and config less CSS Sprite Sheet Generator (Grunt plugin) for frontend project workflow. ",
  "version": "0.1.6",
  "homepage": "https://github.com/dukai/grunt-light-sprite",
  "author": {
    "name": "DK",
    "email": "dukai86@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://dukai@github.com/dukai/grunt-light-sprite.git"
  },
  "bugs": {
    "url": "https://github.com/dukai/grunt-light-sprite/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/dukai/grunt-light-sprite/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">=4.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "~0.4.5",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-contrib-jshint": "^0.9.2",
    "grunt-contrib-less": "^1.3.0",
    "grunt-contrib-nodeunit": "^0.3.3"
  },
  "keywords": [
    "sprite",
    "css-sprite",
    "gruntplugin"
  ],
  "dependencies": {
    "image-size": "^0.5.0",
    "spritesmith": "^3.1.0"
  }
}
