{
  "name": "bem-walk",
  "version": "1.0.0-1",
  "description": "",
  "keywords": [
    "bem",
    "walk",
    "level",
    "scheme"
  ],
  "author": "Andrew Abramov <mail@blond.im> (github.com/blond)",
  "license": "MPL-2.0",
  "repository": "bem/bem-walk",
  "homepage": "https://github.com/bem/bem-walk",
  "bugs": "https://github.com/bem/bem-walk/issues",
  "engines": {
    "node": ">= 4.0"
  },
  "main": "lib/index.js",
  "files": [
    "lib/**"
  ],
  "dependencies": {
    "async-each": "1.0.0",
    "bem-naming": "1.0.1"
  },
  "devDependencies": {
    "ava": "0.14.0",
    "benchmark": "2.1.0",
    "coveralls": "2.11.9",
    "eslint": "2.7.0",
    "eslint-config-pedant": "0.2.0",
    "jscs": "2.11.0",
    "mock-fs": "3.8.0",
    "nyc": "6.2.1",
    "promise-map-series": "0.2.2",
    "proxyquire": "1.7.4",
    "sinon": "1.17.3",
    "stream-to-array": "2.3.0"
  },
  "scripts": {
    "pretest": "eslint . && jscs . -c .jscs.js",
    "test": "nyc ava",
    "unit-test": "ava",
    "bench": "npm run bench-deps && node ./bench/run.js",
    "bench-deps": "cd bench && npm i && cd fixtures && bower i",
    "coveralls": "nyc report --reporter=text-lcov | coveralls"
  },
  "ava": {
    "serial": true,
    "verbose": true,
    "files": [
      "test/**/*.test.js"
    ]
  }
}
