{
  "author": "Marat Dulin <mdevils@yandex.ru>",
  "description": "Modules ENB Techs",
  "name": "enb-modules",
  "version": "0.4.2",
  "contributors": [
    {
      "name": "Marat Dulin",
      "email": "mdevils@yandex.ru"
    },
    {
      "name": "Dmitry Filatov",
      "email": "dfilatov@yandex-team.ru"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/enb-make/enb-modules"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "dependencies": {
    "inherit": "~2.1.0",
    "enb-bem-techs": "2.2.1"
  },
  "devDependencies": {
    "jshint": "2.1.3",
    "jscs": "0.0.12"
  },
  "peerDependencies": {
    "enb": ">= 0.8.22",
    "ym": "~0.1.0"
  },
  "scripts": {
    "test": "npm run-script jshint && npm run-script check-style",
    "jshint": "./node_modules/.bin/jshint .",
    "check-style": "./node_modules/jscs/bin/jscs ."
  }
}
