File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,7 @@ Download the [production version][min] (22K when gzipped) or the [development ve
16
16
Requirements
17
17
-----------------
18
18
19
- JSON Schema has the following dependencies:
20
-
21
- * [ math.js] ( http://mathjs.org/ ) for floating point math
22
-
23
- It needs a modern browser (tested in Chrome and Firefox).
19
+ JSON Editor has no dependencies. It only needs a modern browser (tested in Chrome and Firefox).
24
20
25
21
### Optional Requirements
26
22
@@ -34,6 +30,7 @@ The following are not required, but can improve the style and usability of JSON
34
30
* [ Ace Editor] ( http://ace.c9.io/ ) for editing code
35
31
* [ Select2] ( http://ivaynberg.github.io/select2/ ) for nicer Select boxes
36
32
* [ Selectize] ( http://brianreavis.github.io/selectize.js/ ) for nicer Select & Array boxes
33
+ * [ math.js] ( http://mathjs.org/ ) for more accurate floating point math (multipleOf, divisibleBy, etc.)
37
34
38
35
Usage
39
36
--------------
You can’t perform that action at this time.
0 commit comments