From 89d9f4751ecbb0ab8e332dd1ad6a5c21aa75cdd7 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 28 Sep 2018 15:48:19 +0300 Subject: [PATCH] added package.json Signed-off-by: Alex A. Naanou --- package.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..489cdf4 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "generic-walk", + "version": "0.0.1", + "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 (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" +}