1
1
{
2
- "name" : " aureooms-js-algo" ,
3
- "description" : " playground for algorithmic code bricks in JavaScript" ,
4
- "homepage" : " https://aureooms.github.io/js-algo" ,
5
- "main" : " js/dist/algo.js" ,
6
- "version" : " 3.0.4 " ,
7
- "repository" : {
8
- "url" : " https://github.com/aureooms/js-algo.git" ,
9
- "type" : " git"
10
- },
11
- "keywords" : [
12
- " adt" ,
13
- " algorithm" ,
14
- " complexity" ,
15
- " ender" ,
16
- " javascript" ,
17
- " js" ,
18
- " template"
19
- ],
20
- "scripts" : {
21
- "build" : " ./node_modules/.bin/aureooms-node-package-build" ,
22
- "test" : " ./node_modules/.bin/aureooms-node-package-test" ,
23
- "doc" : " ./node_modules/.bin/groc"
24
- },
25
- "author" : " aureooms" ,
26
- "devDependencies" : {
27
- "aureooms-js-array" : " ^3.1.0" ,
28
- "aureooms-js-compare" : " ^1.4.3" ,
29
- "aureooms-js-functools" : " ^2.0.3" ,
30
- "aureooms-js-itertools" : " ^1.3.0" ,
31
- "aureooms-js-operator" : " ^1.0.2" ,
32
- "aureooms-js-partition" : " ^7.0.0" ,
33
- "aureooms-js-random" : " ^1.0.1" ,
34
- "aureooms-js-selection" : " ^8.0.1" ,
35
- "aureooms-js-sort" : " ^6.0.0" ,
36
- "aureooms-js-splitting" : " ^4.0.2" ,
37
- "aureooms-node-package" : " ^5.0.2"
38
- },
39
- "bugs" : {
40
- "url" : " https://github.com/aureooms/js-algo/issues"
41
- },
42
- "dependencies" : {},
43
- "license" : " AGPL-3.0" ,
44
- "spm" : {
45
- "main" : " js/dist/algo.js"
46
- }
47
- }
2
+ "name" : " aureooms-js-algo" ,
3
+ "description" : " playground for algorithmic code bricks in JavaScript" ,
4
+ "homepage" : " https://aureooms.github.io/js-algo" ,
5
+ "main" : " js/dist/algo.js" ,
6
+ "version" : " 3.0.5 " ,
7
+ "repository" : {
8
+ "url" : " https://github.com/aureooms/js-algo.git" ,
9
+ "type" : " git"
10
+ },
11
+ "keywords" : [
12
+ " adt" ,
13
+ " algorithm" ,
14
+ " complexity" ,
15
+ " ender" ,
16
+ " javascript" ,
17
+ " js" ,
18
+ " template"
19
+ ],
20
+ "scripts" : {
21
+ "build" : " ./node_modules/.bin/aureooms-node-package-build" ,
22
+ "test" : " ./node_modules/.bin/aureooms-node-package-test" ,
23
+ "doc" : " ./node_modules/.bin/groc"
24
+ },
25
+ "author" : " aureooms" ,
26
+ "devDependencies" : {
27
+ "aureooms-js-array" : " ^3.1.0" ,
28
+ "aureooms-js-compare" : " ^1.4.3" ,
29
+ "aureooms-js-functools" : " ^2.0.3" ,
30
+ "aureooms-js-itertools" : " ^1.3.0" ,
31
+ "aureooms-js-operator" : " ^1.0.2" ,
32
+ "aureooms-js-partition" : " ^7.0.0" ,
33
+ "aureooms-js-random" : " ^1.0.1" ,
34
+ "aureooms-js-selection" : " ^8.0.1" ,
35
+ "aureooms-js-sort" : " ^6.0.0" ,
36
+ "aureooms-js-splitting" : " ^4.0.2" ,
37
+ "aureooms-node-package" : " ^5.0.2"
38
+ },
39
+ "bugs" : {
40
+ "url" : " https://github.com/aureooms/js-algo/issues"
41
+ },
42
+ "dependencies" : {},
43
+ "license" : " AGPL-3.0" ,
44
+ "spm" : {
45
+ "main" : " js/dist/algo.js"
46
+ }
47
+ }
0 commit comments