forked from nathancarter/ge-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1017 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "ge-lib",
"version": "0.4.0",
"description": "A node.js module for accessing Group Explorer's core functionality",
"main": "index.js",
"dependencies": {
"@svgdotjs/svg.js": "^3.0.12",
"jquery": "^3.4.1",
"jsdom": "^15.1.0",
"mathjax-node": "^2.1.1",
"node-localstorage": "^1.3.1",
"random-seed": "^0.3.0",
"svgdom": "0.0.20",
"tempfile": "^3.0.0",
"three": "^0.104.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"ge-draw": "./cli.js"
},
"bin": {
"ge-draw": "./cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nathancarter/ge-lib.git"
},
"keywords": [
"group theory",
"visualization",
"abstract algebra",
"cayley graph"
],
"author": "[email protected]",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/nathancarter/ge-lib/issues"
},
"homepage": "https://github.com/nathancarter/ge-lib#readme"
}