{
  "name": "easing-functions",
  "version": "1.3.0",
  "description": "Robert Penner's easing functions",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "repository": "git://github.com/kaelzhang/easing-functions.git",
  "keywords": [
    "easing",
    "functions",
    "equations",
    "robert",
    "penner",
    "animation"
  ],
  "scripts": {
    "test": "NODE_DEBUG=screen-master nyc ava --timeout=10s --verbose",
    "test:dev": "NODE_DEBUG=screen-master nyc ava --timeout=10s --verbose && npm run report:dev",
    "lint": "eslint .",
    "fix": "eslint . --fix",
    "// posttest": "npm run report",
    "report": "nyc report --reporter=text-lcov > coverage.lcov",
    "report:dev": "nyc report --reporter=html && npm run report:open",
    "report:open": "open coverage/index.html",
    "graph": "python -m http.server && open http://localhost:8000/graph/"
  },
  "license": "MIT",
  "author": {
    "name": "kael",
    "email": "i@kael.me"
  },
  "bugs": {
    "url": "http://github.com/kaelzhang/easing-functions/issues"
  },
  "homepage": "http://github.com/kaelzhang/easing-functions",
  "devDependencies": {
    "@ostai/eslint-config": "^3.5.0",
    "ava": "^4.0.0",
    "electron": "^34.0.2",
    "eslint": "^6.8.0",
    "eslint-plugin-import": "^2.20.2",
    "nyc": "^15.0.1"
  }
}
