mirror of
https://github.com/flynx/walk.js.git
synced 2025-10-29 19:10:11 +00:00
added package.json
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d02a5f6053
commit
89d9f4751e
26
package.json
Normal file
26
package.json
Normal file
@ -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 <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"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user