UNPKG

bemhint-bem-xjst

Version:

Plugin for bemhint to lint bem-xjst techs

29 lines (28 loc) 584 B
{ "name": "bemhint-bem-xjst", "version": "0.1.1", "description": "Plugin for bemhint to lint bem-xjst techs", "main": "index.js", "scripts": { "lint": "eslint .", "test": "npm run lint && npm run test-unit", "test-unit": "mocha test", "postinstall": "./postinstall.sh" }, "keywords": [ "bemhint", "bemxjst" ], "author": "", "license": "ISC", "dependencies": { "bem-xjst": "^8.8.1", "bluebird": "^3.5.0", "lodash": "^4.17.4" }, "devDependencies": { "chai": "^4.1.2", "eslint": "^4.8.0", "mocha": "^3.5.3" } }