UNPKG

810 BJSONView Raw
1{
2 "name": "standard-markdown",
3 "version": "1.0.2",
4 "description": "Test your Markdown files for Standard JavaScript Style™",
5 "main": "index.js",
6 "bin": "cli.js",
7 "scripts": {
8 "test": "node tests/index.js | tap-spec && standard"
9 },
10 "repository": "https://github.com/zeke/standard-markdown",
11 "keywords": [
12 "standard",
13 "lint",
14 "linter",
15 "markdown",
16 "code",
17 "snippet",
18 "javascript"
19 ],
20 "author": "Zeke Sikelianos <zeke@sikelianos.com> (http://zeke.sikelianos.com)",
21 "license": "MIT",
22 "dependencies": {
23 "async": "^2.0.1",
24 "globby": "^6.0.0",
25 "lodash.flatten": "^4.2.0",
26 "lodash.range": "^3.1.5",
27 "standard": "^7.1.2"
28 },
29 "devDependencies": {
30 "tap-spec": "^4.1.1",
31 "tape": "^4.6.0"
32 },
33 "engines": {
34 "node": ">=4"
35 }
36}