UNPKG

stylint

Version:
51 lines (50 loc) 1.01 kB
{ "name": "stylint", "version": "0.9.4", "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", "chokidar": "0.12.3", "glob": "4.3.1", "mocha": "2.0.1", "sinon": "1.12.2", "stampit": "1.1.0" }, "dependencies": { "chokidar": "0.12.3", "glob": "4.3.1", "path-is-absolute": "1.0.0", "stampit": "1.1.0" }, "scripts": { "start": "node --harmony index.js", "test": "istanbul cover node_modules/.bin/_mocha -- -u exports -R spec test/test.js" } }