File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " array-to-tree" ,
3- "version" : " 0.0.1 " ,
4- "description" : " " ,
3+ "version" : " 0.5.0 " ,
4+ "description" : " Convert a plain array of nodes (with pointers to parent nodes) to a tree " ,
55 "main" : " index.js" ,
66 "scripts" : {
77 "test" : " mocha"
88 },
9+ "repository" : " alferov/array-to-tree" ,
910 "keywords" : [
1011 " array" ,
1112 " list" ,
1213 " pointer" ,
1314 " parent" ,
14- " tree"
15+ " tree" ,
16+ " navigation" ,
17+ " nested"
1518 ],
1619 "devDependencies" : {
1720 "babel-core" : " ^5.8.24" ,
2124 "gulp-mocha" : " ^2.1.3" ,
2225 "mocha" : " ^2.3.0"
2326 },
24- "author" : " Philipp Alferov <philipp.alferov@gmail.com>" ,
27+ "author" : {
28+ "name" : " Philipp Alferov" ,
29+ "email" : " philipp.alferov@gmail.com"
30+ },
31+ "engines" : {
32+ "node" : " >=0.10.0"
33+ },
2534 "license" : " MIT"
2635}
You can’t perform that action at this time.
0 commit comments