custom-return
Version:
Generate a function that returns a constant.
49 lines • 1.02 kB
JSON
{
"name": "custom-return",
"description": "Generate a function that returns a constant.",
"keywords": [
"custom",
"return",
"generate",
"a",
"function",
"that",
"returns",
"constant"
],
"license": "MIT",
"version": "1.0.13",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/custom-return.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/custom-return/issues"
},
"homepage": "https://github.com/IonicaBizau/custom-return#readme",
"dependencies": {
"noop6": "^1.0.0"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}