{
  "name": "@regru/bem-loader",
  "version": "1.1.3",
  "description": "Webpack loader for BEM projects",
  "homepage": "https://github.com/shifteee/bem-loader.git",
  "main": "index.js",
  "scripts": {
    "test": "node ./node_modules/mocha/bin/mocha"
  },
  "author": "Makarychev Andery <shiftmailbox@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@regru/eslint-config-regru-light": "^2.0.1",
    "chai": "^3.5.0",
    "chai-as-promised": "7.1.1",
    "eslint": "^4.19.1",
    "mocha": "6.2.2",
    "sinon": "^1.17.6"
  },
  "dependencies": {
    "@regru/deps-normalize": "^2.5.0",
    "bem-naming": "^1.0.1",
    "bluebird": "^3.5.1",
    "glob": "^7.1.2",
    "loader-utils": "^1.1.0",
    "lodash.flatten": "^4.4.0",
    "lodash.get": "^4.4.2",
    "webpack-loader-api-exec": "^0.1.1"
  },
  "ignore": [
    "**/.*",
    "node_modules",
    "test",
    "fixtures"
  ],
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/regru/bem-loader.git"
  },
  "keywords": [
    "webpack",
    "loader",
    "bem"
  ],
  "bugs": {
    "url": "https://github.com/regru/bem-loader/issues"
  }
}
