{
  "name": "scroll-smooth",
  "version": "1.1.1",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "test:watch": "npm t -- -w",
    "test": "mocha src/*.test.js --require babel-register",
    "prebuild": "rimraf dist",
    "build": "run-s build:*",
    "build:main": "babel --out-dir dist --ignore *.test.js src",
    "build:umd": "webpack --output-filename index.umd.js",
    "build:umd.min": "webpack --output-filename index.umd.min.js -p",
    "build:copy": "cp ./dist/index.umd.js ./docs/index.umd.js",
    "watch": "webpack --output-filename index.umd.js --progress --colors --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Pixeden/scroll-smooth.git"
  },
  "keywords": [
    "scroll",
    "smooth"
  ],
  "files": [
    "dist",
    "README.md"
  ],
  "author": "Lionel T <elrumordelaluz@hotmail.com> (https://elrumordelaluz.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Pixeden/scroll-smooth/issues"
  },
  "homepage": "https://github.com/Pixeden/scroll-smooth#readme",
  "devDependencies": {
    "babel-cli": "6.26.0",
    "babel-loader": "7.1.2",
    "babel-plugin-add-module-exports": "0.2.1",
    "babel-preset-env": "1.6.1",
    "babel-preset-stage-2": "6.24.1",
    "chai": "4.1.2",
    "cheerio": "0.22.0",
    "mocha": "4.0.1",
    "npm-run-all": "4.1.1",
    "rimraf": "2.6.2",
    "webpack": "3.8.1"
  }
}
