{
  "name": "arctic-events",
  "version": "0.1.0",
  "description": "Arctic Events is a simple event handler and manager for events in javascript.",
  "main": "src/index.js",
  "scripts": {
    "compile": "eslint src && eslint test && webpack && jest",
    "prod": "eslint src && eslint test && webpack -p --optimize-minimize --json > bin/stats.json && jest",
    "test": "eslint src && eslint test && jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AdamKyle/arctic-events.git"
  },
  "bugs": {
    "url": "https://github.com/AdamKyle/arctic-events/issues"
  },
  "homepage": "https://github.com/JeffreyWay/arctic-events#readme",
  "keywords": [
    "Javascript",
    "webpack",
    "Es6",
    "Events",
    "Event Handler",
    "Event Manager"
  ],
  "author": "Adam Balan",
  "license": "MIT",
  "dependencies": {
    "autoprefixer": "^6.7.3",
    "babel-core": "^6.24.1",
    "babel-eslint": "^7.2.1",
    "babel-loader": "^6.4.1",
    "babel-plugin-lodash": "^3.2.11",
    "babel-preset-env": "^1.3.0",
    "babel-preset-es2015": "^6.24.1",
    "browser-sync": "^2.18.7",
    "browser-sync-webpack-plugin": "^1.1.4",
    "eslint": "^3.19.0",
    "eslint-config-google": "^0.7.1",
    "eslint-plugin-header": "^1.0.0",
    "lodash": "^4.17.4",
    "lodash-webpack-plugin": "^0.11.2",
    "webpack": "^2.3.3"
  },
  "devDependencies": {
    "jest": "^19.0.2"
  },
  "engines": {
    "node": ">=6.0.0"
  }
}
