28 lines
610 B
JSON
28 lines
610 B
JSON
{
|
|
"name": "read-cache",
|
|
"version": "1.0.2",
|
|
"description": "Reads and caches the entire contents of a file until it is modified",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/TrySound/read-cache.git"
|
|
},
|
|
"keywords": [
|
|
"fs",
|
|
"read",
|
|
"cache"
|
|
],
|
|
"author": "Bogdan Chadkin <opensource@trysound.io>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/TrySound/read-cache/issues"
|
|
},
|
|
"homepage": "https://github.com/TrySound/read-cache#readme"
|
|
}
|