]>
Commit | Line | Data |
---|---|---|
0460b53f IC |
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 | } |