{
  "name": "zhihu-particle",
  "version": "0.0.9",
  "description": "A canvas particle animation effect dirived from ZHIHU website",
  "main": "index.js",
  "author": "Ailun She",
  "license": "MIT",
  "keywords": [
    "particle",
    "canvas",
    "zhihu",
    "知乎",
    "atom animation",
    "particle animation"
  ],
  "dependencies": {
    "invariant": "^2.2.2",
    "lodash": "^4.17.4"
  },
  "scripts": {
    "production": "webpack -p",
    "gh-pages": "node shell/index"
  },
  "devDependencies": {
    "@types/invariant": "^2.2.28",
    "@types/node": "^7.0.5",
    "@types/lodash": "^4.14.61",
    "awesome-typescript-loader": "^3.1.2",
    "gh-pages": "^0.12.0",
    "typescript": "^2.2.2",
    "webpack": "^1.14.0"
  }
}
