-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (36 loc) · 781 Bytes
/
package.json
File metadata and controls
37 lines (36 loc) · 781 Bytes
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
{
"name": "json2d_jsxgraph",
"description": "Interface of rendering JSON2D objects with JSXGraph",
"homepage": "https://github.com/jsxgraph/json2D_JSXGraph",
"version": "1.0.0",
"main": "drawGraphics2d.js",
"maintainers": [
{
"name": "Alfred Wassermann",
"email": "Alfred.Wassermann@uni-bayreuth.de"
},
{
"name": "Felix Möhrlein",
"email": "Haspeldor@gmail.com"
}
],
"license": "MIT",
"keywords": [
"json",
"graphics",
"jsxgraph"
],
"bugs": {
"url": "https://github.com/jsxgraph/json2D_JSXGraph/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:jsxgraph/json2D_JSXGraph.git"
},
"dependencies": {
"jsxgraph": ">=1.0.0"
},
"engines": {
"node": ">=0.6.0"
}
}