grunt-yamllint
Version:
Linting YAML files for correctness using JS-YAML.
51 lines (50 loc) • 1.06 kB
JSON
{
"name": "grunt-yamllint",
"version": "0.3.0",
"description": "Linting YAML files for correctness using JS-YAML.",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"keywords": [
"gruntplugin",
"js-yaml",
"yaml",
"lint"
],
"repository": "geedew/grunt-yamllint",
"author": {
"name": "Drew Wilson",
"url": "http://geedew.com/"
},
"engines": {
"node": ">=0.10.10"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/geedew/grunt-yaml-lint/blob/master/LICENSE-MIT"
}
],
"devDependencies": {
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0",
"jit-grunt": "^0.10.0",
"jshint-stylish": "^2.2.1",
"time-grunt": "^1.4.0"
},
"dependencies": {
"async": "^2.1.5",
"js-yaml": "^3.8.1",
"chalk": "^1.1.3"
},
"peerDependencies": {
"grunt": ">=1.0.1"
},
"files": [
"tasks",
"LICENSE-MIT"
]
}