forked from unconed/MathBox.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 958 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
42
43
{
"name": "MathBox.js",
"version": "0.1.0",
"description": "Library for rendering presentation-quality math diagrams in a browser using WebGL. Forked from https://github.com/unconed/MathBox.js.",
"main": "build/MathBox-bundle.js",
"format": "global",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/danieledler/MathBox.js.git"
},
"keywords": [
"mathbox",
"maths",
"3D",
"diagrams",
"charts",
"bezier",
"webGL",
"threeJS"
],
"authors": [
"unconed",
"Soares",
"johan",
"waldir",
"fourplusone",
"hugoferreira",
"EvgenyAgafonchikov"
],
"license": "MIT",
"private": true,
"bugs": {
"url": "https://github.com/danieledler/MathBox.js/issues"
},
"homepage": "https://github.com/danieledler/MathBox.js"
}