{
  "name": "elegant-icons-sass",
  "version": "0.7.0",
  "description": "Elegant Icon with real sass support",
  "main": "scss/elegant-icons-sass.scss",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "node-sass -r --output-style expanded ./scss/css-generator.scss ./css/elegant-icons.css",
    "postbuild": "npm run autoprefixer && npm run minify",
    "autoprefixer": "postcss css/elegant-icons.css --use autoprefixer --no-map -o css/elegant-icons.css",
    "minify": "cssnano css/elegant-icons.css css/elegant-icons.min.css"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mdentinho/elegant-icons-sass.git"
  },
  "keywords": [
    "elegant",
    "icons",
    "sass",
    "Elegant Icons",
    "Elegant Icons Sass"
  ],
  "author": "Matheus Araujo <matheus.araujo@e-strident.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mdentinho/elegant-icons-sass/issues"
  },
  "homepage": "https://github.com/mdentinho/elegant-icons-sass#readme",
  "devDependencies": {
    "autoprefixer": "^6.7.7",
    "node-sass": "^4.5.1",
    "postcss-cli": "^3.0.0"
  }
}
