mdlint
Version:
Lints markdown files to find JavaScript syntax errors
41 lines (40 loc) • 881 B
JSON
{
"name": "mdlint",
"version": "0.1.0",
"description": "Lints markdown files to find JavaScript syntax errors",
"main": "index.js",
"bin": "./bin/mdlint",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/ChrisWren/mdlint.git"
},
"author": "ChrisWren",
"preferGlobal": true,
"license": "MIT",
"dependencies": {
"request": "~2.22.0",
"esprima": "~1.0.3",
"colors": "~0.6.0-1",
"commander": "~1.3.0",
"lodash": "~1.3.1",
"glob": "~3.2.1"
},
"keywords": [
"markdown",
"lint"
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-simple-mocha": "~0.4.0",
"should": "~1.2.2",
"sinon": "~1.7.3",
"rewire": "~1.1.3",
"grunt-contrib-watch": "~0.5.1",
"matchdep": "~0.1.2",
"grunt-release": "~0.5.1"
}
}