UNPKG

sslinter

Version:

Wrapper around CSSLint for LESS and SASS

58 lines (57 loc) 1.15 kB
{ "name": "sslinter", "version": "1.0.0-alpha1", "homepage": "https://www.github.com/rtfpessoa/sslinter", "description": "Wrapper around CSSLint for LESS and SASS", "keywords": [ "less", "sass", "css", "scss", "lint", "linter", "tool", "csslint", "lesslint", "sasslint", "scsslint" ], "author": { "name": "Rodrigo Fernandes", "email": "rtfrodrigo@gmail.com" }, "repository": { "type": "git", "url": "https://www.github.com/rtfpessoa/sslinter.git" }, "bugs": { "url": "https://www.github.com/rtfpessoa/sslinter/issues" }, "engines": { "node": ">=0.12.2" }, "preferGlobal": true, "scripts": { "test": "" }, "main": "./src/stylesheetlinter.js", "bin": { "sslinter": "./src/cli.js" }, "dependencies": { "csslint": "1.0.2", "less": "2.7.1", "lodash": "4.14.1", "strip-path": "1.0.0", "chalk": "1.1.3", "source-map": "0.5.6", "pkginfo": "0.4.0", "node-sass": "3.8.0" }, "devDependencies": {}, "peerDependencies": {}, "license": "MIT", "files": [ "src" ] }