UNPKG

broccoli-sass-lint

Version:

Pure Node.js scss/sass linting for Broccoli-based projects

40 lines (39 loc) 874 B
{ "name": "broccoli-sass-lint", "version": "1.1.2", "description": "Pure Node.js scss/sass linting for Broccoli-based projects", "main": "index.js", "scripts": { "test": "mocha tests/test" }, "repository": { "type": "git", "url": "https://github.com/sir-dunxalot/broccoli-sass-lint.git" }, "keywords": [ "broccoli-plugin", "broccoli", "sass", "scss", "lint", "sass-lint" ], "author": "Duncan Walker", "license": "MIT", "bugs": { "url": "https://github.com/sir-dunxalot/broccoli-sass-lint/issues" }, "devDependencies": { "broccoli": "^0.16.8", "chai": "^3.4.0", "mocha": "^2.3.3" }, "dependencies": { "broccoli-persistent-filter": "^1.1.8", "chalk": "^1.1.1", "findup-sync": "^0.3.0", "js-string-escape": "1.0.0", "minimatch": "^3.0.0", "sass-lint": "^1.3.1" } }