read-file-cache
Version:
Read files and cache them.
48 lines • 991 B
JSON
{
"name": "read-file-cache",
"description": "Read files and cache them.",
"keywords": [
"read",
"file",
"cache",
"files",
"and",
"them"
],
"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/read-file-cache.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/read-file-cache/issues"
},
"homepage": "https://github.com/IonicaBizau/read-file-cache#readme",
"dependencies": {
"abs": "^1.3.4",
"read-utf8": "^1.2.3"
}
}