mediawiki-extensions-Visual.../modules/parser/test/package.json
Carl Fürstenberg dca609e3f9 Parsoid: move tests/parser to modules/parser/test
In preparation for the big extraction of Parsoid out of VisualEditor,
we'll start by moving the tests into the parsoid location.

Change-Id: I4a926ee4aad1490d4f769d44e91af80842b881f0
2012-07-25 02:29:25 +02:00

11 lines
188 B
JSON

{
"name": "parsoid-tests",
"description": "Jasmine test for Parsoid",
"version": "0.0.1",
"dependencies": {
"html5": "0.x.x",
"jasmine-node": "1.x.x",
"should": "x.x.x"
}
}