{
  "name": "@web-alchemy/smooth-scroll",
  "version": "1.0.2",
  "author": {
    "name": "monochromer",
    "email": "monochromer@mail.ru"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/web-alchemy/smooth-scroll.git"
  },
  "bugs": {
    "url": "https://github.com/web-alchemy/smooth-scroll/issues"
  },
  "homepage": "https://github.com/web-alchemy/smooth-scroll",
  "files": [
    "dist"
  ],
  "main": "dist/smooth-scroll.js",
  "module": "dist/smooth-scroll.es.js",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "release": "np",
    "prepublishOnly": "npm run build",
    "prebuild": "rimraf dist",
    "build": "rollup -c",
    "example": "npx browser-sync start --server --directory --serveStatic 'dist' --files 'dist'"
  },
  "devDependencies": {
    "@babel/core": "^7.7.5",
    "@babel/preset-env": "^7.7.6",
    "change-case": "^3.1.0",
    "lodash": "^4.17.19",
    "np": "^5.2.1",
    "rimraf": "^2.7.1",
    "rollup": "^1.27.13",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^5.1.3"
  },
  "dependencies": {
    "@web-alchemy/event-emitter": "^1.1.0"
  }
}
