forked from unconed/MathBox.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
46 lines (46 loc) · 896 Bytes
/
bower.json
File metadata and controls
46 lines (46 loc) · 896 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
37
38
39
40
41
42
43
44
45
46
{
"name": "lim-mathbox",
"version": "0.1.3",
"authors": [
"unconed",
"Soares",
"johan",
"waldir",
"fourplusone",
"hugoferreira",
"EvgenyAgafonchikov"
],
"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",
"moduleType": [
"globals"
],
"keywords": [
"mathbox",
"maths",
"3D",
"diagrams",
"charts",
"bezier",
"webGL",
"threeJS"
],
"license": "MIT",
"homepage": "https://github.com/unconed/MathBox.js",
"repository": {
"type": "git",
"url": "git://github.com/LIMSAS/MathBox.js.git"
},
"ignore": [
"**/.*",
"**/*.sh",
"**/*.md",
"bower_components",
"examples",
"node_modules",
"resources",
"scripts",
"test",
"vendor"
]
}