{
  "name": "babel-loader",
  "version": "6.2.7",
  "description": "babel module loader for webpack",
  "files": [
    "index.js",
    "lib"
  ],
  "dependencies": {
    "find-cache-dir": "^0.1.1",
    "loader-utils": "^0.2.11",
    "mkdirp": "^0.5.1",
    "object-assign": "^4.0.1"
  },
  "peerDependencies": {
    "babel-core": "^6.0.0",
    "webpack": "1 || ^2.1.0-beta"
  },
  "devDependencies": {
    "babel-core": "^6.0.0",
    "babel-preset-es2015": "^6.0.0",
    "expect.js": "^0.3.1",
    "istanbul": "^0.4.0",
    "jscs": "^3.0.7",
    "jshint": "^2.8.0",
    "mocha": "^3.0.2",
    "rimraf": "^2.4.3"
  },
  "scripts": {
    "test": "npm run hint && npm run cs && npm run cover",
    "travis": "npm run cover -- --report lcovonly",
    "cover": "istanbul cover ./node_modules/.bin/_mocha -- test/*.test.js",
    "postcover": "npm run hint && npm run cs",
    "hint": "jshint --config .jshintrc index.js lib/* test/*",
    "cs": "jscs --config .jscsrc index.js lib/* test/*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/babel/babel-loader.git"
  },
  "keywords": [
    "webpack",
    "loader",
    "6to5",
    "babel",
    "es6",
    "transpiler",
    "module"
  ],
  "author": "Luis Couto <hello@luiscouto.pt>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/babel/babel-loader/issues"
  },
  "homepage": "https://github.com/babel/babel-loader"
}
