]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/package.json
Use selenium for tests instead of phantomjs
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / package.json
diff --git a/tests/package.json b/tests/package.json
new file mode 100644 (file)
index 0000000..1cb9144
--- /dev/null
@@ -0,0 +1,17 @@
+{
+  "name": "tests",
+  "version": "1.0.0",
+  "scripts": {
+    "test": "node tests.js"
+  },
+  "author": "Ian coleman",
+  "description": "Tests for BIP39 tool",
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/iancoleman/bip39.git"
+  },
+  "dependencies": {
+    "selenium-webdriver": "^3.6.0"
+  },
+  "license": "MIT"
+}