{
  "name": "q5.js",
  "version": "0.0.6",
  "description": "[q5 fork] p5.js small & fast alternative (experimental) implementation.",
  "main": "src/q5.js",
  "unpkg": "dist/q5.min.js",
  "browser": "dist/q5.min.js",
  "scripts": {
    "build": "find src/ -name '*.js' -exec sh -c 'terser \"$1\" -o dist/\"$(basename \"$1\" .js).min.js\" --compress --mangle' _ {} \\;; cp dist/q5.min.js docs/js/q5.min.js; node generate-docs.js",
    "postversion": "git push && git push --tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alterebro/q5.js.git"
  },
  "keywords": [
    "p5",
    "p5.js",
    "processing",
    "q5"
  ],
  "homepage": "https://alterebro.github.io/q5.js/"
}
