Skip to content

Commit 626bc50

Browse files
author
Philipp Alferov
committed
Update package.json
1 parent 148dc58 commit 626bc50

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
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",
@@ -21,6 +24,12 @@
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
}

0 commit comments

Comments
 (0)