{
  "name": "@popmotion/easing",
  "version": "1.0.2",
  "description": "Easing functions, modifiers and generators compatible with most animation libraries.",
  "author": "Matt Perry",
  "homepage": "https://popmotion.io",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "module": "dist/easing.es.js",
  "jsnext:main": "dist/easing.es.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Popmotion/popmotion/tree/master/packages/easing"
  },
  "bugs": {
    "url": "https://github.com/Popmotion/popmotion/issues"
  },
  "keywords": [
    "animation",
    "ux",
    "ui",
    "popmotion",
    "canvas animation",
    "dom animation",
    "dom",
    "physics",
    "interaction",
    "interface"
  ],
  "analyze": true,
  "license": "MIT",
  "scripts": {
    "build": "rollup -c",
    "postbuild": "babel $npm_package_module --out-file $npm_package_module --no-babelrc --plugins annotate-pure-calls",
    "watch": "rollup -c -w",
    "prepublishOnly": "npm run test && npm run build",
    "postpublish": "npm run clean",
    "test": "jest",
    "publish-beta": "npm publish --tag beta",
    "clean": "git clean -fd -e node_modules/ -e lib/ src/ -x ."
  },
  "devDependencies": {
    "@types/jest": "^23.1.1",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-plugin-annotate-pure-calls": "^0.2.2",
    "jest": "^23.1.0",
    "jest-cli": "^23.1.0",
    "rollup": "^0.59.1",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-typescript2": "^0.14.0",
    "rollup-plugin-uglify": "^3.0.0",
    "ts-jest": "^21.2.4",
    "tslint-circular-dependencies": "^0.1.0"
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "transform": {
      "\\.(ts)$": "../../../node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "/_tests/.*\\.(ts|js)$",
    "rootDir": "src",
    "testURL": "http://localhost/"
  },
  "prettier": {
    "parser": "typescript",
    "singleQuote": true
  }
}
