{
  "name": "easing",
  "version": "1.2.1",
  "description": "Easing Functions Without the Framework Cruft",
  "author": "David Wee <rook2pawn@gmail.com> (http://rook2pawn.com)",
  "contributors": [
    "David Wee <rook2pawn@gmail.com> (http://rook2pawn.com)",
    "Joseph Kohlmann <kohlmannj@mac.com>"
  ],
  "keywords": [
    "easing",
    "animation",
    "tween"
  ],
  "files": [
    "dist",
    "docs",
    "lib",
    "src",
    "types/index.d.ts",
    "browser-easing.js",
    "index.html",
    "README.md"
  ],
  "scripts": {
    "build": "npm run build:lib && npm run build:dist",
    "build:lib": "babel ./src --source-maps --out-dir ./lib",
    "build:dist": "webpack -p",
    "clean": "rimraf lib browser-easing.js",
    "prepublish": "npm run clean && npm run test && npm run build",
    "test": "nyc tape test/*.js | tap-spec",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "homepage": "https://github.com/rook2pawn/node-easing",
  "repository": {
    "type": "git",
    "url": "git@github.com:rook2pawn/node-easing.git"
  },
  "main": "lib/index.js",
  "dependencies": {},
  "devDependencies": {
    "@babel/cli": "^7.0.0-beta.55",
    "@babel/core": "^7.0.0-beta.55",
    "@babel/preset-env": "^7.0.0-beta.55",
    "babel-loader": "^8.0.0-beta.4",
    "coveralls": "^3.0.0",
    "nyc": "^11.7.1",
    "tap-spec": "^4.1.1",
    "tape": "^4.9.0",
    "through2": "^2.0.3",
    "webpack": "^4.16.4",
    "webpack-cli": "^3.1.0"
  }
}
