{
  "name": "webpack-rxjs-externals",
  "version": "2.0.0",
  "description": "Generate webpack externals for RxJS v6. NOT compatible with v5 paths.",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "mocha test/index.spec.js",
    "test:watch": "npm t -- --watch",
    "start": "npm run test:watch"
  },
  "author": "Jay Phelps <hello@jayphelps.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jayphelps/webpack-rxjs-externals.git"
  },
  "license": "MIT",
  "devDependencies": {
    "chai": "^3.5.0",
    "memory-fs": "^0.4.1",
    "mocha": "^3.2.0",
    "webpack": "^2.2.1"
  },
  "peerDependencies": {
    "webpack": ">=2.0.0"
  }
}
