blob: 93facb8016bbbb45f1c9006f8db13d46d6a94699 [file] [log] [blame]
{
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"dependencies": {
"error-ex": "^1.2.0"
},
"description": "Parse JSON with more helpful errors",
"devDependencies": {
"ava": "0.0.4",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"vendor"
],
"keywords": [
"parse",
"json",
"graceful",
"error",
"message",
"humanize",
"friendly",
"helpful",
"string",
"str"
],
"license": "MIT",
"name": "parse-json",
"repository": "sindresorhus/parse-json",
"scripts": {
"test": "xo && node test.js"
},
"version": "2.2.0",
"xo": {
"ignores": [
"vendor/**"
]
}
}