Skip to content

Commit 6bfd555

Browse files
😒 chore(deps-dev): Upgrade tool set.
1 parent 2130d6a commit 6bfd555

File tree

1 file changed

+50
-37
lines changed

1 file changed

+50
-37
lines changed

package.json

+50-37
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,51 @@
11
{
2-
"name": "@aureooms/js-gn",
3-
"description": "graphs and networks code bricks for JavaScript",
4-
"version": "1.0.5",
5-
"main": "js/dist/gn.js",
6-
"dependencies": {},
7-
"devDependencies": {
8-
"@aureooms/js-binomial-heap": "^11.0.0",
9-
"@aureooms/js-functools": "^2.0.3",
10-
"aureooms-node-package": "^6.0.1"
11-
},
12-
"scripts": {
13-
"build": "./node_modules/.bin/aureooms-node-package-build",
14-
"test": "./node_modules/.bin/aureooms-node-package-test",
15-
"doc": "./node_modules/.bin/groc"
16-
},
17-
"repository": {
18-
"type": "git",
19-
"url": "https://github.com/aureooms/js-gn.git"
20-
},
21-
"keywords": [
22-
"js",
23-
"javascript",
24-
"algorithm",
25-
"adt",
26-
"template",
27-
"complexity",
28-
"graphs",
29-
"networks",
30-
"gn"
31-
],
32-
"author": "aureooms",
33-
"license": "AGPL-3.0",
34-
"bugs": {
35-
"url": "https://github.com/aureooms/js-gn/issues"
36-
},
37-
"homepage": "https://aureooms.github.io/js-gn"
38-
}
2+
"name": "@aureooms/js-gn",
3+
"description": "graphs and networks code bricks for JavaScript",
4+
"version": "1.0.5",
5+
"main": "js/dist/gn.js",
6+
"dependencies": {},
7+
"devDependencies": {
8+
"@aureooms/js-binomial-heap": "^11.0.0",
9+
"@aureooms/js-functools": "^2.0.3",
10+
"aureooms-node-package": "^6.0.1",
11+
"@babel/cli": "7.8.4",
12+
"@babel/core": "7.9.0",
13+
"@babel/polyfill": "7.8.7",
14+
"@babel/preset-env": "7.9.5",
15+
"@babel/register": "7.9.0",
16+
"ava": "3.7.0",
17+
"coveralls": "3.0.11",
18+
"esdoc": "1.1.0",
19+
"esdoc-inject-script-plugin": "1.0.0",
20+
"esdoc-inject-style-plugin": "1.0.0",
21+
"esdoc-standard-plugin": "1.0.0",
22+
"np": "6.2.1",
23+
"nyc": "15.0.1"
24+
},
25+
"scripts": {
26+
"build": "./node_modules/.bin/aureooms-node-package-build",
27+
"test": "./node_modules/.bin/aureooms-node-package-test",
28+
"doc": "./node_modules/.bin/groc"
29+
},
30+
"repository": {
31+
"type": "git",
32+
"url": "https://github.com/aureooms/js-gn.git"
33+
},
34+
"keywords": [
35+
"js",
36+
"javascript",
37+
"algorithm",
38+
"adt",
39+
"template",
40+
"complexity",
41+
"graphs",
42+
"networks",
43+
"gn"
44+
],
45+
"author": "aureooms",
46+
"license": "AGPL-3.0",
47+
"bugs": {
48+
"url": "https://github.com/aureooms/js-gn/issues"
49+
},
50+
"homepage": "https://aureooms.github.io/js-gn"
51+
}

0 commit comments

Comments
 (0)