UNPKG

stylint

Version:
41 lines (40 loc) 1.01 kB
{ "name": "stylint", "version": "0.8.3", "description": "A linter for stylus", "author": "Ross Patton", "license": "ISC", "keywords": ["stylus", "lint", "linter", "hinter", "cli", "styl", "stylus-hint", "stylus-lint", "stylint", "css", "style"], "main": "index.js", "repository": { "type": "git", "url": "https://github.com/rossPatton/stylint" }, "bugs": { "url": "https://github.com/rossPatton/stylint/issues" }, "bin": { "stylint": "./bin/stylint" }, "preferGlobal": true, "devDependencies": { "chai": "^1.10.0", "chalk": "^0.5.1", "chokidar": "^0.12.3", "glob": "^4.3.1", "mocha": "^2.0.1", "should": "^4.4.1", "sinon": "^1.12.2", "stampit": "^1.1.0" }, "dependencies": { "chalk": "^0.5.1", "chokidar": "^0.12.3", "glob": "^4.3.1", "stampit": "^1.1.0" }, "scripts": { "start": "node --harmony index.js", "test": "istanbul cover node_modules/.bin/_mocha -- -u exports -R spec test/test.js" } }