{
  "name": "snowflakesjs",
  "version": "1.0.2",
  "description": "Beautiful snowflakes falling down on your webpages.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "webpack-dev-server",
    "clean": "rm -rf dist",
    "build:es6": "tsc",
    "build:umd": "webpack --config webpack.config.prod.js",
    "build:ghpages": "webpack --config webpack.config.ghpages.js",
    "build": "yarn clean && yarn build:umd && yarn build:es6"
  },
  "keywords": [
    "snowflake",
    "snowflakes",
    "snow",
    "snowfall",
    "Christmas",
    "winter",
    "animation"
  ],
  "author": "Xinan",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/owen26/snowflakesjs"
  },
  "homepage": "https://github.com/owen26/snowflakesjs",
  "dependencies": {
    "element-resize-detector": "^1.1.14"
  },
  "devDependencies": {
    "@types/element-resize-detector": "^1.1.0",
    "clean-webpack-plugin": "^3.0.0",
    "html-webpack-plugin": "^3.2.0",
    "ts-loader": "^6.2.1",
    "typescript": "^3.7.3",
    "webpack": "^4.41.2",
    "webpack-cli": "^3.3.10",
    "webpack-dev-server": "^3.9.0"
  }
}
