Index: trunk/extensions/VisualEditor/modules/parser/README.txt |
— | — | @@ -1,3 +1,17 @@ |
2 | 2 | A combined Mediawiki and html parser in JavaScript running on node.js. Please |
3 | 3 | see https://www.mediawiki.org/wiki/Future/Parser_development for an overview |
4 | 4 | of the current implementation, and instructions on running the tests. |
| 5 | + |
| 6 | +npm dependencies: (This should be a proper package.json for npm to do it automatically?) |
| 7 | + |
| 8 | +assert |
| 9 | +buffer |
| 10 | +events |
| 11 | +fs |
| 12 | +jquery |
| 13 | +jsdom |
| 14 | +optimist |
| 15 | +path |
| 16 | +pegjs |
| 17 | +querystring |
| 18 | +request |