{
  "name": "icon.gl",
  "version": "0.0.31",
  "description": "icon.gl is a icon library and framework developed by Scape Agency.",
  "keywords": [
    "icon.gl",
    "stylescape",
    "icon",
    "icons",
    "icon-library",
    "font",
    "sprite",
    "svg",
    "sass",
    "scss",
    "woff",
    "woff2",
    "responsive",
    "front-end",
    "framework",
    "web"
  ],
  "license": "MIT",
  "homepage": "https://www.icon.gl/",
  "main": "js/index.js",
  "types": "js/index.d.ts",
  "files": [
    "code-snippets/**/*.code-snippets",
    "css/**/*.{css,map}",
    "font/**/*.{eot,otf,ttf,woff,woff2}",
    "inkscape/**/*.inkscape",
    "jinja/**/*.jinja",
    "js/**/*.d.ts",
    "js/**/*.{js,map}",
    "less/**/*.less",
    "md/**/*.md",
    "oco/**/*.oco",
    "png/**/*.png",
    "py/**/*.py",
    "rcpx/**/*.rcpx",
    "scss/**/*.scss",
    "sketchpalette/**/*.sketchpalette",
    "styl/**/*.styl",
    "svg/**/*.svg",
    "tex/**/*.tex",
    "ts/**/*.ts",
    "!.DS_Store"
  ],
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "author": "Lars van Vianen",
  "contributors": [
    "Scape Agency"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scape-agency/icon.gl.git"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/scape-foundation"
    }
  ],
  "exports": {
    ".": {
      "sass": "./scss/index.scss",
      "typescript": "./ts/index.ts"
    }
  }
}