{
  "author": "Andrew Abramov <andrewblond@yandex.com>",
  "description": "bem-xjst support for ENB",
  "name": "enb-bemxjst",
  "version": "8.10.6",
  "repository": "git://github.com/enb/enb-bemxjst",
  "homepage": "https://github.com/enb/enb-bemxjst",
  "bugs": "https://github.com/enb/enb-bemxjst/issues",
  "licenses": [
    {
      "type": "MPL-2.0",
      "url": "https://github.com/enb/enb-bemxjst/blob/master/LICENSE.txt"
    }
  ],
  "contributors": [
    {
      "name": "Andrew Abramov",
      "email": "andrewblond@yandex.com"
    },
    {
      "name": "Marat Dulin",
      "email": "mdevils@yandex.ru"
    }
  ],
  "engines": {
    "node": ">= 0.10.0"
  },
  "peerDependencies": {
    "enb": ">= 0.16.0 < 2.0.0"
  },
  "dependencies": {
    "bem-xjst": "8.9.6",
    "browserify": "13.3.0",
    "file-eval": "1.2.0",
    "lodash": "4.17.4",
    "vow": "0.4.15",
    "vow-node": "0.3.0",
    "enb-source-map": "1.12.0"
  },
  "devDependencies": {
    "istanbul": "^0.4.4",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "enb": ">= 0.16.0 < 2.0.0",
    "eslint": "^4.8.0",
    "eslint-config-pedant": "^0.10.0",
    "jscs": "^3.0.3",
    "mocha": "^3.0.2",
    "mock-enb": "^0.3.6",
    "mock-fs": "^4.1.0",
    "must": "^0.13.1",
    "sinon": "^4.0.0",
    "ym": "^0.1.2"
  },
  "scripts": {
    "prepublish": "npm test",
    "pretest": "eslint . && jscs -c .jscs.js .",
    "test": "./node_modules/.bin/istanbul cover -x '**/lib/assets/**' ./node_modules/mocha/bin/_mocha -- -u bdd -R spec test/*.test.js",
    "coveralls": "npm i coveralls && npm run cover && nyc report --reporter=text-lcov | coveralls"
  }
}
