File tree 1 file changed +48
-48
lines changed
1 file changed +48
-48
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " @aureooms/js-gn" ,
3
3
"description" : " graphs and networks code bricks for JavaScript" ,
4
4
"version" : " 1.0.5" ,
5
- "main" : " lib/index.js" ,
5
+ "author" : " aureooms" ,
6
+ "ava" : {
7
+ "files" : [
8
+ " test/src/**/*"
9
+ ],
10
+ "require" : [
11
+ " @babel/polyfill" ,
12
+ " @babel/register"
13
+ ],
14
+ "timeout" : " 1m"
15
+ },
16
+ "babel" : {
17
+ "presets" : [
18
+ " @babel/preset-env"
19
+ ],
20
+ "plugins" : [
21
+ " @babel/plugin-proposal-async-generator-functions"
22
+ ],
23
+ "env" : {
24
+ "development" : {
25
+ "sourceMaps" : " inline"
26
+ }
27
+ }
28
+ },
29
+ "bugs" : {
30
+ "url" : " https://github.com/aureooms/js-gn/issues"
31
+ },
6
32
"dependencies" : {},
7
33
"devDependencies" : {
8
34
"@aureooms/js-binomial-heap" : " ^11.0.0" ,
21
47
"np" : " 6.2.3" ,
22
48
"nyc" : " 15.0.1"
23
49
},
24
- "scripts" : {
25
- "build" : " rm -rf lib && babel src -d lib" ,
26
- "test" : " ava" ,
27
- "esdoc" : " esdoc" ,
28
- "prepare" : " npm run build" ,
29
- "cover" : " nyc --reporter=lcov npm test" ,
30
- "release" : " np"
31
- },
32
- "repository" : {
33
- "type" : " git" ,
34
- "url" : " https://github.com/aureooms/js-gn.git"
35
- },
50
+ "files" : [
51
+ " lib"
52
+ ],
53
+ "homepage" : " https://aureooms.github.io/js-gn" ,
36
54
"keywords" : [
37
- " js" ,
38
- " javascript" ,
39
- " algorithm" ,
40
55
" adt" ,
41
- " template " ,
56
+ " algorithm " ,
42
57
" complexity" ,
58
+ " gn" ,
43
59
" graphs" ,
60
+ " javascript" ,
61
+ " js" ,
44
62
" networks" ,
45
- " gn "
63
+ " template "
46
64
],
47
- "author" : " aureooms" ,
48
65
"license" : " AGPL-3.0" ,
49
- "bugs" : {
50
- "url" : " https://github.com/aureooms/js-gn/issues"
51
- },
52
- "homepage" : " https://aureooms.github.io/js-gn" ,
53
- "babel" : {
54
- "presets" : [
55
- " @babel/preset-env"
56
- ],
57
- "plugins" : [
58
- " @babel/plugin-proposal-async-generator-functions"
59
- ],
60
- "env" : {
61
- "development" : {
62
- "sourceMaps" : " inline"
63
- }
64
- }
65
- },
66
- "ava" : {
67
- "files" : [
68
- " test/src/**/*"
69
- ],
70
- "require" : [
71
- " @babel/polyfill" ,
72
- " @babel/register"
73
- ],
74
- "timeout" : " 1m"
66
+ "main" : " lib/index.js" ,
67
+ "repository" : {
68
+ "type" : " git" ,
69
+ "url" : " https://github.com/aureooms/js-gn.git"
75
70
},
76
- "files" : [
77
- " lib"
78
- ]
71
+ "scripts" : {
72
+ "build" : " rm -rf lib && babel src -d lib" ,
73
+ "cover" : " nyc --reporter=lcov npm test" ,
74
+ "esdoc" : " esdoc" ,
75
+ "prepare" : " npm run build" ,
76
+ "release" : " np" ,
77
+ "test" : " ava"
78
+ }
79
79
}
You can’t perform that action at this time.
0 commit comments