ls-lint
Version:
Lint your LiveScript code
51 lines (50 loc) • 1.02 kB
JSON
{
"name": "ls-lint",
"description": "Lint your LiveScript code",
"version": "0.1.2",
"author": "Eheitherd Ceres",
"bin": "./bin/ls-lint",
"dependencies": {
"glob-all": "^3.1.0",
"livescript": "^1.5.0",
"optionator": "^0.8.2",
"prelude-ls": "^1.1.2"
},
"devDependencies": {
"chai": "^3.5.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-livescript": "^3.0.1",
"gulp-mocha": "^3.0.1",
"gulp-newer": "^1.3.0",
"gulp-util": "^3.0.7",
"vinyl-paths": "^2.1.0"
},
"engines": {
"node": ">= 0.11.13"
},
"files": [
"bin",
"lib",
"ls-lint.lson",
"package.json",
"README.md"
],
"keywords": [
"lint",
"livescript"
],
"license": "MIT",
"main": "./lib/index.js",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/eheitherd/ls-lint.git"
},
"scripts": {
"build": "gulp build",
"clean": "gulp clean",
"lint": "node ./bin/ls-lint './**/*.ls?(on)'",
"test": "gulp test"
}
}