{
  "name": "babel-loader",
  "version": "5.4.0",
  "description": "babel module loader for webpack",
  "main": "index.js",
  "dependencies": {
    "babel-core": "^5.4.0",
    "loader-utils": "^0.2.9",
    "object-assign": "^3.0.0"
  },
  "peerDependencies": {
    "babel-core": "^5.0.0",
    "webpack": "*"
  },
  "devDependencies": {
    "babel-core": "^5.5.8",
    "expect.js": "^0.3.1",
    "istanbul": "^0.3.15",
    "jscs": "^1.13.1",
    "jshint": "^2.8.0",
    "mkdirp": "^0.5.1",
    "mocha": "^2.2.5",
    "rimraf": "^2.4.0",
    "webpack": "^1.9.11"
  },
  "scripts": {
    "test": "npm run hint && npm run cs && npm run cov",
    "cov": "istanbul cover ./node_modules/.bin/_mocha -- test/*.test.js",
    "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 <couto@15minuteslate.net>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/babel/babel-loader/issues"
  },
  "homepage": "https://github.com/babel/babel-loader"
}
