data-traversal
Version:
a tool for tree data traversing
32 lines (31 loc) • 663 B
JSON
{
"name": "data-traversal",
"version": "1.0.2",
"description": "a tool for tree data traversing",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha test/*.spec.js"
},
"dependencies": {},
"author": "clarkt (clarktanglei@163.com)",
"repository": {
"type": "git",
"url": "https://github.com/clark-t/traversal.git"
},
"license": "BSD",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3"
},
"keywords": [
"traversal",
"breadth",
"depth",
"tree",
"深度遍历",
"广度遍历"
],
"main": "traversal.js",
"directories": {
"test": "tests"
}
}