UNPKG

bemhint-deps-schema

Version:

Plugin for bemhint which checks *.deps.js to be written by specification

35 lines (34 loc) 826 B
{ "name": "bemhint-deps-schema", "version": "2.1.0", "description": "Plugin for bemhint which checks *.deps.js to be written by specification", "main": "lib/index.js", "scripts": { "test": "mocha test/" }, "repository": { "type": "git", "url": "git+https://github.com/bemhint/bemhint-deps-schema.git" }, "keywords": [ "bemhint", "deps", "schema" ], "author": "Dmitry Andriyanov https://github.com/dima117", "license": "MIT", "bugs": { "url": "https://github.com/bemhint/bemhint-deps-schema/issues" }, "homepage": "https://github.com/bemhint/bemhint-deps-schema#readme", "dependencies": { "ajv": "^4.8.2", "node-eval": "^1.1.0" }, "devDependencies": { "chai": "^3.5.0", "chai-subset": "^1.2.2", "mocha": "^2.4.5", "sinon": "^1.17.4" } }