{
  "name": "icon.gl",
  "version": "0.0.51",
  "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.cjs",
  "types": "js/index.d.ts",
  "files": [
    "css/**/*.{css,map}",
    "font/**/*.{css,eot,otf,ttf,woff,woff2,scss,ts,json}",
    "html/**/*.html",
    "jinja/**/*.jinja",
    "js/**/*.{js,map,d.ts}",
    "json/**/*.json",
    "md/**/*.md",
    "scss/**/*.scss",
    "svg/**/*.svg",
    "ts/**/*.ts",
    "LICENSE",
    "README.md",
    "!.DS_Store"
  ],
  "author": "Lars van Vianen",
  "contributors": [
    "Scape Agency"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stylescape/icon.gl.git"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/scape-foundation"
    }
  ],
  "exports": {
    ".": {
      "sass": "./scss/index.scss",
      "types": "./js/index.d.ts",
      "import": "./js/index.mjs",
      "require": "./js/index.cjs"
    },
    "./scss": "./scss/index.scss",
    "./css/icon.gl.css": "./css/icon.gl.css",
    "./css/icon.gl.min.css": "./css/icon.gl.min.css"
  },
  "module": "./js/index.mjs",
  "style": "./css/icon.gl.css",
  "sass": "./scss/index.scss"
}