-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "gpii-grunt-mdjson-lint",
"description": "A plugin to lint JSON and JSON5 blocks within markdown documents.",
"version": "1.0.2",
"homepage": "http://github.com/GPII/grunt-mdjson-lint",
"author": "Tony Atkins <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/GPII/grunt-mdjson-lint.git"
},
"engines": {
"node": ">= 6.0.0"
},
"scripts": {
"test": "node node_modules/istanbul/lib/cli.js cover tests/all-tests.js"
},
"dependencies": {
"infusion": "3.0.0-dev.20171006T195039Z.a128358",
"json5": "1.0.1",
"@textlint/markdown-to-ast": "6.0.9"
},
"devDependencies": {
"eslint": "5.2.0",
"eslint-config-fluid": "1.3.0",
"gpii-grunt-lint-all": "1.0.5-dev.20180913T111528Z.0b48f94",
"grunt": "1.0.3",
"grunt-markdownlint": "2.1.0",
"istanbul": "0.4.5",
"node-jqunit": "1.1.8",
"remark": "9.0.0",
"rimraf": "2.6.2"
},
"keywords": [
"gruntplugin"
],
"main": "Gruntfile.js",
"license": "BSD-3-Clause"
}