Index: trunk/extensions/VisualEditor/modules/parser/README.txt |
— | — | @@ -4,14 +4,17 @@ |
5 | 5 | |
6 | 6 | npm dependencies: (This should be a proper package.json for npm to do it automatically?) |
7 | 7 | |
8 | | -assert |
9 | | -buffer |
10 | | -events |
11 | | -fs |
12 | 8 | jquery |
13 | 9 | jsdom |
| 10 | +buffer |
14 | 11 | optimist |
15 | | -path |
16 | 12 | pegjs |
17 | 13 | querystring |
18 | | -request |
| 14 | +html5 |
| 15 | +request (implicitly installed by jsdom) |
| 16 | +assert |
| 17 | + |
| 18 | +The following additional modules are used in parserTests: |
| 19 | + |
| 20 | +colors (for parserTests eye candy) |
| 21 | +diff (parserTests output diffing) |