{
  "name": "parallax-vanilla",
  "version": "1.2.3",
  "description": "Simple parallax in pure JavaScript designed for performance and dynamic sizing.",
  "main": "dist/parallax-vanilla.js",
  "files": [
    "dist/**/*"
  ],
  "author": "Erik Engervall erik.engervall@gmail.com https://github.com/erikengervall",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/erikengervall/parallax-vanilla"
  },
  "keywords": [
    "vanilla",
    "javascript",
    "parallax",
    "animation",
    "library"
  ],
  "scripts": {
    "server": "nodemon index.js",
    "build": "rimraf ./dist && webpack",
    "build:watch": "yarn build --watch",
    "dev": "concurrently 'yarn server' 'yarn build:watch'",
    "test": "jest ./test/parallax-vanilla.spec.js"
  },
  "dependencies": {},
  "devDependencies": {
    "concurrently": "^4.1.2",
    "css-loader": "^3.2.0",
    "eslint": "^6.3.0",
    "eslint-config-prettier": "^6.1.0",
    "eslint-plugin-prettier": "^3.1.0",
    "express": "^4.16.2",
    "jest": "^24.9.0",
    "less": "^3.10.3",
    "less-loader": "^5.0.0",
    "mini-css-extract-plugin": "^0.8.0",
    "nodemon": "^1.12.1",
    "optimize-css-assets-webpack-plugin": "^5.0.3",
    "prettier-eslint": "^9.0.0",
    "rimraf": "^3.0.0",
    "style-loader": "^1.0.0",
    "terser-webpack-plugin": "^1.4.2",
    "ts-loader": "^6.0.4",
    "typescript": "^3.6.2",
    "webpack": "^4.39.3",
    "webpack-cli": "^3.3.7"
  }
}
