UNPKG

jsot-bh

Version:

BH wrapper for JSOT template engine

47 lines (46 loc) 1.22 kB
{ "name": "jsot-bh", "version": "0.5.0", "description": "BH wrapper for JSOT template engine", "main": "index.js", "scripts": { "test": "mocha -R spec", "coverage": "istanbul cover node_modules/.bin/_mocha --report html -- -R spec", "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage" }, "repository": { "type": "git", "url": "https://github.com/floatdrop/jsot-bh.git" }, "keywords": [ "JSON", "JSOT", "BH", "templating" ], "author": "Vsevolod Strukchinsky", "license": "MIT", "bugs": { "url": "https://github.com/floatdrop/jsot-bh/issues" }, "homepage": "https://github.com/floatdrop/jsot-bh", "devDependencies": { "bemer": "^0.3.1", "benchmark": "^1.0.0", "bh": "^2.2.0", "coveralls": "^2.7.0", "enb-bt": "^1.3.0", "istanbul": "^0.3.0", "mocha": "^1.20.1", "mocha-lcov-reporter": "^0.0.1", "require-all": "0.0.8", "should": "^4.0.4" }, "dependencies": { "bemjson-to-html": "^0.2.7", "flatit": "^1.0.0", "object-match-statement": "^1.0.4", "parse-bem-identifier": "^1.0.0", "snap-context": "~1.0.0" } }