safe-r-json
Version:
A convenient JSON file reader.
48 lines • 968 B
JSON
{
"name": "safe-r-json",
"description": "A convenient JSON file reader.",
"keywords": [
"safe",
"r",
"json",
"a",
"convenient",
"file",
"reader"
],
"license": "MIT",
"version": "1.0.8",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/safe-r-json.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/safe-r-json/issues"
},
"homepage": "https://github.com/IonicaBizau/safe-r-json#readme",
"dependencies": {
"r-json": "^1.2.5"
}
}