{
  "name": "@drozdik.m/animation",
  "version": "1.0.0",
  "description": "Object for handling computed animations using lerp functions.",
  "main": "dist/src/Animation.js",
  "typings": "dist/src/Animation.d.ts",
  "scripts": {
    "clear": "rmdir /S /Q \"dist\"",
    "compile": "tsc",
    "build": "npm update && npm update -D && tsc",
    "test": "npm run build && node dist/tests/Animation.test.js",
    "demo": "npm run compile && browserify dist/demo/script.js -o dist/demo/script.compiled.js"
  },
  "author": "Martin Drozdík <ja@martin-drozdik.cz> (http://martin-drozdik.cz)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/drozdik-m/js-alpha-library"
  },
  "keywords": [
    "Animation",
    "Lerp",
    "JavaScript",
    "TypeScript"
  ],
  "devDependencies": {
    "@drozdik.m/unit-test": "^1.5.0"
  },
  "dependencies": {
    "@drozdik.m/event": "^1.0.0",
    "@drozdik.m/lerp": "^1.0.1"
  }
}
