walk.js/package.json
Alex A. Naanou a2c8bb5d32 added .onWalkEnd event as an experiment... (this will change)
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2018-09-29 23:44:44 +03:00

27 lines
644 B
JSON

{
"name": "generic-walk",
"version": "1.0.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": [
"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"
}