{
  "_from": "amator@^1.1.0",
  "_id": "amator@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-V5+aH8pe+Z3u/UG3L3pG3BaFQGXAyXHVQDroRwjPHdh08bcUEchAVsU1MCuJSCaU5o60wTK6KaE6te5memzgYw==",
  "_location": "/amator",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "amator@^1.1.0",
    "name": "amator",
    "escapedName": "amator",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/panzoom"
  ],
  "_resolved": "https://registry.npmjs.org/amator/-/amator-1.1.0.tgz",
  "_shasum": "08c6b60bc93aec2b61bbfc0c4d677d30323cc0f1",
  "_spec": "amator@^1.1.0",
  "_where": "/home/promolider/public_html/crm/node_modules/panzoom",
  "author": {
    "name": "Andrei Kashcha"
  },
  "bugs": {
    "url": "https://github.com/anvaka/amator/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bezier-easing": "^2.0.3"
  },
  "deprecated": false,
  "description": "Tiny animation library",
  "devDependencies": {
    "tap": "^5.7.1"
  },
  "homepage": "https://github.com/anvaka/amator#readme",
  "keywords": [
    "animation",
    "small",
    "library"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "amator",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anvaka/amator.git"
  },
  "scripts": {
    "build": "browserify -s amator ./index.js > dist/amator.js && uglifyjs dist/amator.js > dist/amator.min.js",
    "test": "tap test/*.js"
  },
  "version": "1.1.0"
}
