{
  "_from": "proton-engine@^4.1.3",
  "_id": "proton-engine@4.2.1",
  "_inBundle": false,
  "_integrity": "sha512-c72hgcnwMyyvUoy7Jq/HX3HQZnAo5MUNvFbyZHiWZrwcERX9+lYzM9YyT0iueXVAJpt+r8nrPan9F3HTXj7IsA==",
  "_location": "/proton-engine",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "proton-engine@^4.1.3",
    "name": "proton-engine",
    "escapedName": "proton-engine",
    "rawSpec": "^4.1.3",
    "saveSpec": null,
    "fetchSpec": "^4.1.3"
  },
  "_requiredBy": [
    "/particles-bg"
  ],
  "_resolved": "https://registry.npmjs.org/proton-engine/-/proton-engine-4.2.1.tgz",
  "_shasum": "db938e4f673ddbd91ac70628b0733283a4571ef7",
  "_spec": "proton-engine@^4.1.3",
  "_where": "/var/www/justnowapp/node_modules/particles-bg",
  "authors": [
    "anonymous namespace <ajiemath@gmail.com>"
  ],
  "bugs": {
    "url": "https://github.com/drawcall/Proton/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Proton is a simple and powerful javascript particle animation engine.",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.3",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-es2015-rollup": "^3.0.0",
    "babel-preset-stage-0": "^6.24.1",
    "concurrently": "^3.5.1",
    "eslint": "^4.19.1",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-standard": "^3.1.0",
    "rollup": "^0.54.0",
    "rollup-plugin-babel": "^3.0.3",
    "rollup-plugin-license": "^0.5.0",
    "rollup-plugin-uglify": "^2.0.1",
    "rollup-watch": "^4.3.1",
    "serve": "^11.3.2"
  },
  "homepage": "http://drawcall.github.io/Proton",
  "keywords": [
    "particle",
    "particles",
    "canvas",
    "canvas-particle",
    "webgl"
  ],
  "license": "MIT",
  "main": "./build/proton.min.js",
  "name": "proton-engine",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/drawcall/Proton.git"
  },
  "scripts": {
    "build": "rollup -c --pub",
    "lint": "eslint ./src --config=eslintrc.json",
    "page": "node ./script/makeexamplepage",
    "start": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgGreen.bold\" \"rollup -c -w -m inline\" \"serve --listen 3001\"",
    "travis": "npm run lint"
  },
  "types": "src/types.d.ts",
  "version": "4.2.1"
}
