]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blob - tests/package.json
Remove Monkey network, test was failing.
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / package.json
1 {
2 "name": "tests",
3 "version": "1.0.0",
4 "scripts": {
5 "test": "node tests.js"
6 },
7 "author": "Ian coleman",
8 "description": "Tests for BIP39 tool",
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/iancoleman/bip39.git"
12 },
13 "dependencies": {
14 "selenium-webdriver": "^3.6.0"
15 },
16 "license": "MIT"
17 }