{
  "name": "motext",
  "version": "1.3.16",
  "description": "Javascript and SVG text animation library",
  "main": "dist/motext.min.js",
  "browserslist": [
    "defaults",
    "IE 11"
  ],
  "scripts": {
    "start": "http-server -c-1 & rollup --config --watch",
    "build": "rollup --config"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/themarkappleby/motext.git"
  },
  "author": "Mark Appleby",
  "license": "ISC",
  "keywords": [
    "animation",
    "typography"
  ],
  "bugs": {
    "url": "https://github.com/themarkappleby/motext/issues"
  },
  "homepage": "https://github.com/themarkappleby/motext#readme",
  "devDependencies": {
    "@babel/core": "^7.10.4",
    "@babel/preset-env": "^7.10.4",
    "@rollup/plugin-babel": "^5.0.4",
    "http-server": "^0.12.3",
    "rollup-plugin-terser": "^6.1.0"
  },
  "dependencies": {
    "core-js": "^3.6.5",
    "gsap": "^3.3.4",
    "regenerator-runtime": "^0.13.7",
    "whatwg-fetch": "^3.2.0"
  },
  "resolutions": {
    "motext": "portal:/Users/markappleby/Git/motext"
  }
}
