22 lines
477 B
JSON
22 lines
477 B
JSON
{
|
|
"name": "memor",
|
|
"version": "0.2.0",
|
|
"description": "More memoization",
|
|
"keywords": ["memoize", "memoization"],
|
|
"main": "./dist/index.cjs.js",
|
|
"module": "./dist/index.es.js",
|
|
"files": ["dist"],
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Conduitry/memor.git"
|
|
},
|
|
"author": "Conduitry",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Conduitry/memor/issues"
|
|
},
|
|
"homepage": "https://cndtr.io/memor/"
|
|
}
|