{
  "name": "image-sprite-webpack-plugin",
  "version": "0.2.4",
  "description": "Image Sprite Plugin for Webpack.",
  "main": "src/ImageSpritePlugin.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Shim Heungwoon <hw.shim@navercorp.com>",
  "license": "MIT",
  "dependencies": {
    "chalk": "^2.3.2",
    "css": "^2.2.1",
    "figures": "^2.0.0",
    "spritesmith": "^3.3.1",
    "vinyl": "^2.1.0",
    "webpack-sources": "^1.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/naver/image-sprite-webpack-plugin.git"
  },
  "keywords": [
    "webpack",
    "webpack-plugin",
    "stylesheet",
    "css-loader",
    "css",
    "spritesmith"
  ],
  "devDependencies": {
    "babel-eslint": "^8.2.6",
    "eslint": "^4.19.1",
    "eslint-plugin-react": "^7.12.4"
  },
  "files": [
    "src",
    "LICENSE",
    "README.md"
  ]
}
