twolfson-style
Version:
Lint and style configurations for @twolfson
63 lines • 1.83 kB
JSON
{
"name": "twolfson-style",
"description": "Lint and style configurations for @twolfson",
"version": "1.6.1",
"homepage": "https://github.com/twolfson/twolfson-style",
"author": {
"name": "Todd Wolfson",
"email": "todd@twolfson.com",
"url": "http://twolfson.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/twolfson/twolfson-style.git"
},
"bugs": {
"url": "https://github.com/twolfson/twolfson-style/issues"
},
"licenses": [
{
"type": "UNLICENSE",
"url": "https://github.com/twolfson/twolfson-style/blob/master/UNLICENSE"
}
],
"bin": {
"twolfson-style": "bin/twolfson-style"
},
"main": "lib/twolfson-style",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"docs-precheck": "./bin/twolfson-style precheck docs/precheck.js",
"docs-lint": "./bin/twolfson-style lint docs/lint.js",
"pretest": "./bin/twolfson-style install",
"pretest-windows": ".\\bin\\twolfson-style install",
"precheck": "./bin/twolfson-style precheck bin/ lib/ test/*.js",
"precheck-windows": ".\\bin\\twolfson-style precheck bin\\ lib\\ test\\bin.js test\\rules.js",
"lint": "./bin/twolfson-style lint bin/ lib/ test/*.js",
"lint-windows": ".\\bin\\twolfson-style lint bin\\ lib\\ test\\bin.js test\\rules.js",
"test": "npm run precheck && mocha && npm run lint",
"test-windows": "npm run precheck-windows && mocha --timeout 10000 && npm run lint-windows"
},
"dependencies": {
"commander": "~2.5.0",
"obj-extend": "~0.1.0"
},
"devDependencies": {
"chai": "~1.10.0",
"glob": "~4.2.1",
"jscs": "~1.7.3",
"jshint": "~2.5.10",
"mocha": "~1.11.0",
"shell-quote": "~1.4.2",
"tmp": "0.0.24"
},
"keywords": [
"twolfson",
"style",
"lint",
"jscs",
"jshint"
]
}