{
  "name": "babel-loader",
  "version": "6.0.0",
  "description": "babel module loader for webpack",
  "main": "index.js",
  "dependencies": {
    "loader-utils": "^0.2.11",
    "object-assign": "^4.0.1"
  },
  "peerDependencies": {
    "babel-core": "^6.0.0",
    "webpack": "*"
  },
  "devDependencies": {
    "babel-core": "^6.0.0",
    "babel-preset-es2015": "^6.0.0",
    "expect.js": "^0.3.1",
    "istanbul": "^0.4.0",
    "jscs": "^2.5.0",
    "jshint": "^2.8.0",
    "mkdirp": "^0.5.1",
    "mocha": "^2.3.3",
    "rimraf": "^2.4.3",
    "webpack": "^1.12.2"
  },
  "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"
}
