{
  "name": "enb-require-or-eval",
  "version": "1.0.2",
  "description": "Module, which assists in supporting transitional (from 'eval' to 'require') BEM formats.",
  "keywords": [
    "require",
    "eval",
    "enb",
    "file system",
    "fs",
    "util",
    "utility"
  ],
  "main": "lib/index.js",
  "author": "Ilia Isupov <ilia.isupov@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/enb-make/enb-require-or-eval"
  },
  "homepage": "https://github.com/enb-make/enb-require-or-eval",
  "bugs": "https://github.com/enb-make/enb-require-or-eval/issues",
  "maintainers": [
    {
      "name": "Ilia Isupov",
      "email": "ilia.isupov@gmail.com",
      "github-username": "swinx"
    }
  ],
  "contributors": [
    "Ilia Isupov <ilia.isupov@gmail.com>"
  ],
  "engines": {
    "node": ">= 0.12.0"
  },
  "scripts": {
    "test": "npm run lint && npm run unit-test",
    "lint": "jshint . && jscs .",
    "unit-test": "mocha --recursive test/lib",
    "coverage": "istanbul cover _mocha -- -R dot --recursive test/lib",
    "coveralls": "npm i coveralls && istanbul cover _mocha -- -R dot --recursive test/lib --report lcovonly && cat ./coverage/lcov.info | coveralls"
  },
  "dependencies": {
    "clear-require": "^1.0.1",
    "enb-async-require": "^1.0.0",
    "vow-fs": "^0.3.4"
  },
  "devDependencies": {
    "chai": "^3.3.0",
    "chai-as-promised": "^5.1.0",
    "coveralls": "^2.11.4",
    "istanbul": "^0.3.20",
    "jscs": "^2.1.1",
    "jshint": "^2.8.0",
    "mocha": "^2.3.3",
    "mock-fs": "^3.2.0",
    "sinon": "^1.16.1",
    "sinon-chai": "^2.8.0",
    "vow": "^0.4.10"
  }
}
