UNPKG

enb-bemify-templates

Version:

The ENB tech which compiles BH and BEMXJST templates to the javascript

52 lines (51 loc) 1.33 kB
{ "name": "enb-bemify-templates", "version": "0.2.4", "description": "The ENB tech which compiles BH and BEMXJST templates to the javascript", "main": "tech/index.js", "scripts": { "prepublishOnly": "npm run build", "build": "babel src --out-dir tech", "test": "node_modules/.bin/nyc node_modules/.bin/mocha test/**/*.spec.js" }, "repository": { "type": "git", "url": "git+https://github.com/b-tools/enb-bemify-templates.git" }, "keywords": [ "enb", "bem", "tech", "bh", "bemxjst", "bemhtml", "bemtree", "templates", "compiler" ], "author": "Dmitry Mikhaylenko", "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/b-tools/enb-bemify-templates/issues" }, "homepage": "https://github.com/b-tools/enb-bemify-templates#readme", "devDependencies": { "babel-core": "^6.24.1", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-istanbul": "^4.1.3", "babel-preset-es2015": "^6.24.1", "babel-register": "^6.24.1", "chai": "^3.5.0", "cross-env": "^5.0.0", "mocha": "^3.4.1", "mock-fs": "^4.3.0", "mock-require": "^2.0.2", "nyc": "^10.3.2", "sinon": "^2.2.0" }, "dependencies": { "bem-xjst": "^7.7.4", "fs": "0.0.1-security", "mustache": "^2.3.0" } }