{
  "name": "hue.gl",
  "version": "0.1.2",
  "description": "hue.gl is a colour palette developed by Scape Agency.",
  "keywords": [
    "hue.gl",
    "stylescape",
    "niji",
    "color",
    "colour",
    "colour system",
    "colour framework",
    "colour library",
    "framework"
  ],
  "license": "MIT",
  "homepage": "https://www.hue.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"
  ],
  "author": "Lars van Vianen",
  "contributors": [
    "Scape Agency"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stylescape/hue.gl.git"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/stylescape"
    }
  ],
  "sass": "scss/index.scss",
  "style": "dist/css/hue.gl.css",
  "exports": {
    ".": {
      "sass": "./src/scss/index.scss",
      "types": "./dist/js/index.d.ts",
      "import": "./dist/js/index.mjs",
      "require": "./dist/js/index.cjs"
    },
    "./scss": "./dist/scss/index.scss",
    "./css/hue.gl.css": "./dist/css/hue.gl.css",
    "./css/hue.gl.min.css": "./dist/css/hue.gl.min.css"
  }
}