22 lines
416 B
JSON
22 lines
416 B
JSON
{
|
|
"name": "fs-cache-fast",
|
|
"version": "0.0.2",
|
|
"description": "Cache stored on the file system",
|
|
"main": "meme.mjs",
|
|
"scripts": {
|
|
"test": "eltro"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.nfp.is/TheThing/fs-cache-fast"
|
|
},
|
|
"author": "Jonatan Nilsson",
|
|
"license": "WTFPL",
|
|
"devDependencies": {
|
|
"eltro": "^1.5.0"
|
|
},
|
|
"files": [
|
|
"meme.mjs",
|
|
"README.md"
|
|
]
|
|
}
|