fn-getter
Version:
Simple, lazyily evaluated values.
41 lines (40 loc) • 847 B
JSON
{
"name": "fn-getter",
"description": "Simple, lazyily evaluated values.",
"version": "1.0.0",
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
"license": "MIT",
"repository": "jonathanong/fn-getter",
"dependencies": {},
"devDependencies": {
"babel-eslint": "4",
"codecov": "1",
"eslint": "1",
"eslint-config-standard": "4",
"eslint-plugin-standard": "1",
"ghooks": "1",
"nyc": "5",
"mocha": "2"
},
"scripts": {
"lint": "eslint --cache lib test",
"test": "mocha",
"test-cov": "nyc node_modules/mocha/bin/_mocha && nyc report --reporter=lcov"
},
"config": {
"ghooks": {
"pre-push": "npm run lint"
}
},
"keywords": [
"lazy",
"getter",
"function",
"value",
"evaluation"
],
"files": [
"lib"
],
"main": "lib"
}