File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Binary search tree" ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
- "url" : " git://github.com/alexpods/node- bin-search-tree.git"
7
+ "url" : " git://github.com/alexpods/bin-search-tree.git"
8
8
},
9
- "homepage" : " https://github.com/alexpods/node- bin-search-tree" ,
9
+ "homepage" : " https://github.com/alexpods/bin-search-tree" ,
10
10
"main" : " dist/Tree.js" ,
11
11
"keywords" : [
12
12
" binary search tree" ,
13
13
" binary tree" ,
14
- " data structure" ,
15
- " tree" ,
14
+ " binary" ,
16
15
" search" ,
16
+ " tree" ,
17
+ " data structure" ,
17
18
" structure" ,
18
19
" bst" ,
19
20
" bin search tree" ,
26
27
},
27
28
"license" : " MIT" ,
28
29
"bugs" : {
29
- "url" : " https://github.com/alexpods/node- bin-search-tree/issues"
30
+ "url" : " https://github.com/alexpods/bin-search-tree/issues"
30
31
},
31
32
"devDependencies" : {
32
33
"benchmark" : " ^1.0.0" ,
41
42
"sweet.js" : " ^0.7.3"
42
43
},
43
44
"scripts" : {
44
- "test" : " mocha tests" ,
45
+ "test" : " mocha tests" ,
45
46
"build" : " gulp build"
46
47
}
47
48
}
You can’t perform that action at this time.
0 commit comments