1
1
{
2
- "author" : " aureooms" ,
3
- "scripts" : {
4
- "doc" : " ./node_modules/.bin/groc" ,
5
- "build" : " ./node_modules/.bin/aureooms-node-package-build" ,
6
- "test" : " ./node_modules/.bin/aureooms-node-package-test"
7
- },
8
- "devDependencies" : {
9
- "aureooms-js-array" : " ^2.2.1" ,
10
- "aureooms-js-compare" : " ^1.4.4" ,
11
- "aureooms-js-functools" : " ^2.0.3" ,
12
- "aureooms-js-in-situ-sort-spec" : " ^6.0.1" ,
13
- "aureooms-js-itertools" : " ^1.1.2" ,
14
- "aureooms-js-random" : " ^1.0.2" ,
15
- "aureooms-js-search" : " ^0.0.4" ,
16
- "aureooms-node-package" : " ^4.2.5"
17
- },
18
- "main" : " js/dist/sort.js" ,
19
- "bugs" : {
20
- "url" : " https://github.com/aureooms/js-sort/issues"
21
- },
22
- "license" : " AGPL-3.0" ,
23
- "homepage" : " http://aureooms.github.io/js-sort/" ,
24
- "description" : " sorting code bricks for JavaScript" ,
25
- "dependencies" : {},
26
- "keywords" : [
27
- " bricks" ,
28
- " javascript" ,
29
- " js" ,
30
- " order" ,
31
- " sort" ,
32
- " sorting"
33
- ],
34
- "name" : " aureooms-js-sort" ,
35
- "repository" : {
36
- "url" : " https://github.com/aureooms/js-sort.git" ,
37
- "type" : " git"
38
- },
39
- "version" : " 5 .0.4 " ,
40
- "spm" : {
41
- "main" : " js/dist/sort.js"
42
- }
43
- }
2
+ "author" : " aureooms" ,
3
+ "scripts" : {
4
+ "doc" : " ./node_modules/.bin/groc" ,
5
+ "build" : " ./node_modules/.bin/aureooms-node-package-build" ,
6
+ "test" : " ./node_modules/.bin/aureooms-node-package-test"
7
+ },
8
+ "devDependencies" : {
9
+ "aureooms-js-array" : " ^2.2.1" ,
10
+ "aureooms-js-compare" : " ^1.4.4" ,
11
+ "aureooms-js-functools" : " ^2.0.3" ,
12
+ "aureooms-js-in-situ-sort-spec" : " ^6.0.1" ,
13
+ "aureooms-js-itertools" : " ^1.1.2" ,
14
+ "aureooms-js-random" : " ^1.0.2" ,
15
+ "aureooms-js-search" : " ^0.0.4" ,
16
+ "aureooms-node-package" : " ^4.2.5"
17
+ },
18
+ "main" : " js/dist/sort.js" ,
19
+ "bugs" : {
20
+ "url" : " https://github.com/aureooms/js-sort/issues"
21
+ },
22
+ "license" : " AGPL-3.0" ,
23
+ "homepage" : " http://aureooms.github.io/js-sort/" ,
24
+ "description" : " sorting code bricks for JavaScript" ,
25
+ "dependencies" : {},
26
+ "keywords" : [
27
+ " bricks" ,
28
+ " javascript" ,
29
+ " js" ,
30
+ " order" ,
31
+ " sort" ,
32
+ " sorting"
33
+ ],
34
+ "name" : " aureooms-js-sort" ,
35
+ "repository" : {
36
+ "url" : " https://github.com/aureooms/js-sort.git" ,
37
+ "type" : " git"
38
+ },
39
+ "version" : " 6 .0.0 " ,
40
+ "spm" : {
41
+ "main" : " js/dist/sort.js"
42
+ }
43
+ }
0 commit comments