-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 935 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "Wallet-tests",
"version": "1.0.0",
"description": "Wallet tests",
"main": "index.js",
"scripts": {
"test": "./node_modules/selenium-cucumber-js/index.js CI_SONM_TOKEN_ADDRESS=0xb29d1e8259571de17429b771ca455210f25b9fce"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sonm-io/Wallet-tests.git"
},
"author": "SONM Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/sonm-io/Wallet-tests/issues"
},
"homepage": "https://github.com/sonm-io/Wallet-tests#readme",
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"crypto-js": "^3.1.9-1",
"dotenv": "^6.0.0",
"fs": "0.0.1-security",
"ganache-cli": "^6.1.0",
"js-yaml": "^3.12.0",
"moment": "^2.22.1",
"selenium-cucumber-js": "^1.5.12",
"truffle": "^4.1.5",
"truffle-privatekey-provider": "^0.1.0",
"zeppelin-solidity": "^1.10.0"
}
}