summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/scripts/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/tools/scripts/package.json')
-rw-r--r--testing/web-platform/tests/tools/scripts/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/tests/tools/scripts/package.json b/testing/web-platform/tests/tools/scripts/package.json
new file mode 100644
index 000000000..5618f6691
--- /dev/null
+++ b/testing/web-platform/tests/tools/scripts/package.json
@@ -0,0 +1,11 @@
+{
+ "name": "convert"
+, "version": "0.0.1"
+, "private": true
+, "dependencies": {
+ "mkdirp": "*"
+ , "wrench": "*"
+ , "underscore": "*"
+ , "jsdom": "*"
+ }
+}