lazy-getter
Version:
[](https://badge.fury.io/js/lazy-getter) [](https://badge.fury.io/gh/briandamaged%2Fnode-lazy-getter)
27 lines (26 loc) • 513 B
JSON
{
"name": "lazy-getter",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "mocha --recursive ./test/unit"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:briandamaged/node-lazy-getter.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"lazy",
"getter"
],
"author": "Brian Lauber",
"license": "MIT",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.1"
}
}