{
  "name": "bem-bl",
  "version": "0.3.0",
  "private": true,
  "description": "BEM Blocks Library",
  "repository": {
    "type": "git",
    "url": "git://github.com/bem/bem-bl.git"
  },
  "keywords": [
    "bem",
    "blocks"
  ],
  "license": "MIT",
  "dependencies": {
    "bem-xjst": "~0.3.1",
    "bemhtml-compat": "~0.0.4",
    "dom-js": "~0.0.9"
  },
  "devDependencies": {
    "mocha": "1.2.x",
    "benchmark": "~1.0.0",
    "microtime": "~0.3.1"
  },
  "scripts": {
    "test": "mocha --ui tdd --growl --reporter spec blocks-common/i-bem/__html/test/*-test.js blocks-common/i-bem/__i18n/test/test-*.js"
  }
}
