walk.js/package.json
Alex A. Naanou a5ea1e9a7c added exit mode to done(..)
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2019-05-04 14:59:35 +03:00

28 lines
656 B
JSON

{
"name": "generic-walk",
"version": "1.4.0",
"description": "An extensible tree walk(..) framework...",
"main": "walk.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flynx/walk.js.git"
},
"keywords": [
"walk",
"JavaScript",
"recursion",
"tool",
"functional",
"function"
],
"author": "Alex A. Naanou <alex.nanou@gmail.com> (https://github.com/flynx)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/flynx/walk.js/issues"
},
"homepage": "https://github.com/flynx/walk.js#readme"
}