{
  "name": "react-snowf",
  "version": "0.0.3",
  "description": "Snowfall component for React -- Let it snow on your page! ❄",
  "main": "dist/react-snowf.js",
  "scripts": {
    "dev": "webpack-dev-server --inline --hot",
    "build": "webpack -p --config webpack.build.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Fuxy526/react-snowf.git"
  },
  "keywords": [
    "snow",
    "snowf",
    "react",
    "snowflakes",
    "snowfall",
    "Xmas",
    "christmas"
  ],
  "author": "Fuxy526",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Fuxy526/react-snowf/issues"
  },
  "homepage": "https://github.com/Fuxy526/react-snowf#readme",
  "devDependencies": {
    "babel-core": "^6.22.1",
    "babel-loader": "^6.2.10",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-react": "^6.22.0",
    "babel-preset-stage-0": "^6.22.0",
    "jsx-loader": "^0.13.2",
    "webpack": "^2.2.1",
    "webpack-dev-server": "^2.4.1"
  },
  "dependencies": {
    "react": "^15.4.2",
    "react-dom": "^15.4.2"
  }
}
