17 lines
229 B
JSON
17 lines
229 B
JSON
|
{
|
||
|
"name": "jsonlint",
|
||
|
"version": "1.6.0",
|
||
|
"main": "lib/jsonlint.js",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"scripts",
|
||
|
"src",
|
||
|
"test",
|
||
|
"web",
|
||
|
"package.json",
|
||
|
"Makefile",
|
||
|
"README.md"
|
||
|
]
|
||
|
}
|