This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
2021-04-02 02:24:13 +03:00

22 lines
516 B
JSON

{
"name": "noop-fn",
"version": "1.0.0",
"description": "It's noop function. It does nothing.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/inikulin/noop-fn.git"
},
"keywords": [
"noop",
"function",
"nothing"
],
"author": "Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)",
"license": "MIT",
"bugs": {
"url": "https://github.com/inikulin/noop-fn/issues"
},
"homepage": "https://github.com/inikulin/noop-fn#readme"
}