{
  "name": "icon-blender",
  "version": "1.0.0-beta.4",
  "description": "Create customized SVG icon collections from over 80,000 free and open-source icons",
  "homepage": "https://icon-blender.com",
  "scripts": {
    "test": "jest --env=node",
    "build": "node lib/build.js",
    "build:css": "node lib/build-css.js"
  },
  "keywords": [
    "SVG",
    "Icons",
    "CSS",
    "CSSS",
    "fontawesome",
    "bootstrap"
  ],
  "author": "Josh Schmidt (https://github.com/oyejorge)",
  "license": "TBD",
  "sass": "scss/icon-blender.scss",
  "less": "less/icon-blender.less",
  "style": "css/icon-blender.css",
  "main": "lib/modules.js",
  "dependencies": {},
  "devDependencies": {
    "@iconify/json": "^1.1.325",
    "@iconify/json-tools": "^1.0.10",
    "jest": "^26.6.3",
    "less": "^4.1.1",
    "sass": "^1.32.11",
    "sass-true": "^6.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/icon-blender/icon-blender.git"
  }
}
