{
  "name": "webpack-merge-and-include-globally-http",
  "version": "1.0.1",
  "description": "Merge multiple files (js,css..) or HTTP assets into single file to include somewhere",
  "scripts": {
    "test": "jest",
    "build": "webpack --inline --colors --progress --display-error-details --display-cached && cp example/index.html dist/index.html",
    "server": "webpack-dev-server --inline --colors --progress --display-error-details --display-cached --port 3000  --content-base example --open",
    "start": "npm run server",
    "lint": "eslint . --fix"
  },
  "contributors": [],
  "devDependencies": {
    "babel-core": "^6.18.2",
    "babel-eslint": "^7.1.1",
    "babel-jest": "^18.0.0",
    "babel-loader": "^6.2.9",
    "classnames": "^2.2.5",
    "clean-css": "^4.1.11",
    "eslint": "^3.14.1",
    "eslint-config-airbnb-base": "^11.0.1",
    "eslint-plugin-import": "^2.2.0",
    "humps": "^2.0.0",
    "install": "^0.8.8",
    "jquery": "^3.2.1",
    "npm": "^4.4.4",
    "raw-loader": "^0.5.1",
    "uglify-js": "^3.0.28",
    "webpack": "^1.12.9",
    "webpack-dev-server": "^1.14.0",
    "eslint-plugin-jest": "^21.0.2",
    "jest": "^21.0.2"
  },
  "dependencies": {
    "es6-promisify": "^6.0.0",
    "glob": "^7.1.2",
    "request": "^2.88.0",
    "request-promise-native": "^1.0.5"
  },
  "keywords": [
    "webpack",
    "global",
    "js",
    "merge",
    "concat",
    "global library",
    "expose"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/robwil/webpack-merge-and-include-globally.git"
  },
  "bugs": {
    "url": "https://github.com/robwil/webpack-merge-and-include-globally/issues"
  },
  "homepage": "https://github.com/robwil/webpack-merge-and-include-globally#readme",
  "licenses": []
}
