aboutsummaryrefslogblamecommitdiff
path: root/tests/package.json
blob: 1cb9144a832b9030f49b2cef0095b65d8851304a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
}