UNPKG

jshint-solid

Version:

Tells how solid your jshint settings are

57 lines (55 loc) 1.32 kB
{ "name": "jshint-solid", "description": "Tells how solid your jshint settings are", "version": "0.2.2", "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>", "bin": { "jshint-solid": "./index.js" }, "bugs": { "url": "https://github.com/bahmutov/jshint-solid/issues" }, "contributors": [], "dependencies": { "check-types": "1.4.0", "strip-json-comments": "1.0.2", "update-notifier": "0.5.0" }, "devDependencies": { "coveralls": "2.11.2", "grunt": "0.4.5", "grunt-contrib-jshint": "0.10.0", "grunt-deps-ok": "0.5.2", "grunt-nice-package": "0.9.2", "gt": "0.8.47", "jshint-stylish": "0.4.0", "matchdep": "0.3.0", "pre-git": "0.1.1" }, "engines": { "node": ">= 0.8.0" }, "homepage": "https://github.com/bahmutov/jshint-solid", "keywords": [ "jshint", "solid", "quality", "measurement" ], "license": "MIT", "main": "index.js", "pre-commit": [ "grunt", "npm test" ], "repository": { "type": "git", "url": "git://github.com/bahmutov/jshint-solid.git" }, "scripts": { "test": "npm run unit && npm run execute", "execute": "node ./index.js", "unit": "node node_modules/gt test/*.js", "coveralls": "cat cover/lcov.info | ./node_modules/coveralls/bin/coveralls.js" } }