UNPKG
jsonlint-mod
Version:
latest (1.7.6)
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
Validate JSON
jsonlint.com
circlecell/jsonlint
jsonlint-mod
/
bower.json
17 lines
(16 loc)
•
229 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name"
:
"jsonlint"
,
"version"
:
"1.6.0"
,
"main"
:
"lib/jsonlint.js"
,
"ignore"
:
[
"**/.*"
,
"node_modules"
,
"scripts"
,
"src"
,
"test"
,
"web"
,
"package.json"
,
"Makefile"
,
"README.md"
]
}