File tree 2 files changed +13
-46
lines changed
2 files changed +13
-46
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " dsa.js" ,
3
3
"version" : " 1.1.0" ,
4
4
"description" : " Data Structures & Algorithms in JS" ,
5
+ "author" : " Adrian Mejia <hi+dsajs@adrianmejia.com> (https://adrianmejia.com)" ,
6
+ "homepage" : " https://github.com/amejiarosario/dsa.js" ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " https://github.com/amejiarosario/dsa.js.git"
10
+ },
5
11
"main" : " ./src/index.js" ,
6
12
"scripts" : {
7
13
"test" : " jest src/" ,
18
24
" linked lists" ,
19
25
" binary search trees"
20
26
],
21
- "author " : " Adrian Mejia <hi+dsajs@adrianmejia.com> " ,
22
- "homepage " : " https://github.com/amejiarosario/dsa.js " ,
23
- "license" : " ISC " ,
24
- "dependencies" : { },
27
+ "license " : " MIT " ,
28
+ "dependencies " : {
29
+
30
+ },
25
31
"devDependencies" : {
26
32
"benchmark" : " 2.1.4" ,
27
33
"eslint" : " 4.19.1" ,
30
36
"eslint-plugin-jest" : " 21.17.0" ,
31
37
"jest" : " 23.6.0" ,
32
38
"textlint-plugin-asciidoctor" : " 1.0.2"
39
+ },
40
+ "engines" : {
41
+ "node" : " >=10.0.0"
33
42
}
34
43
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments