53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "grunt-jsonlint",
|
|
"version": "2.1.2",
|
|
"description": "Validate JSON files from grunt.",
|
|
"main": "tasks/jsonlint.js",
|
|
"scripts": {
|
|
"test": "nyc grunt test",
|
|
"fix-lint-errors": "eslint --fix tasks/ lib/ test/*.js"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"tasks",
|
|
"LICENSE-MIT"
|
|
],
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"repository": "https://github.com/brandonramirez/grunt-jsonlint",
|
|
"bugs": "https://github.com/brandonramirez/grunt-jsonlint/issues",
|
|
"keywords": [
|
|
"gruntplugin",
|
|
"build",
|
|
"validate"
|
|
],
|
|
"author": "Brandon Ramirez <brandon.s.ramirez@gmail.com> (http://www.brandonsramirez.com/)",
|
|
"contributors": [
|
|
"Fred Ghosn (https://github.com/fredghosn)",
|
|
"Ferdinand Prantl (https://github.com/prantlf)"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@prantlf/jsonlint": "10.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"async": "^3.1.0",
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-airbnb-base": "^13.2.0",
|
|
"eslint-plugin-import": "^2.19.1",
|
|
"expect.js": "^0.3.1",
|
|
"fs-writefile-promise": "^3.0.2",
|
|
"grunt": "~1.0.4",
|
|
"grunt-eslint": "^21.1.0",
|
|
"grunt-mocha-test": "^0.13.3",
|
|
"lodash": "4.17.15",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"mocha": "^6.2.2",
|
|
"nyc": "^14.1.1",
|
|
"promise": "^8.0.3",
|
|
"sinon": "^8.0.2",
|
|
"sinon-expect": "^0.3.0"
|
|
}
|
|
}
|