mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
18 lines
333 B
JSON
18 lines
333 B
JSON
{
|
|
"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"
|
|
}
|