{
  "name": "move.gl",
  "version": "0.0.2",
  "description": "Motion and Animation Library for Stylescape.",
  "keywords": [
    "move.gl",
    "stylescape",
    "animation",
    "motion",
    "sass",
    "css",
    "transitions",
    "keyframes"
  ],
  "license": "MIT",
  "homepage": "https://www.move.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 <lars@vianen.com> (https://www.vianen.com)",
  "contributors": [
    "Scape Agency <info@scape.agency>"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stylescape/move.gl.git"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/scape-foundation"
    }
  ],
  "sass": "src/scss/index.scss",
  "style": "dist/css/move.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/move.gl.css": "./dist/css/move.gl.css",
    "./css/move.gl.min.css": "./dist/css/move.gl.min.css"
  }
}