-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 837 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
34
35
36
37
38
39
40
41
{
"name": "onetimepassword",
"version": "1.0.0",
"description": "Lightweight One Time Password (OTP) javascript generator and solidity (ethereum) verifier",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/alexwagg/ZipperOneTimePassword"
},
"keywords": [
"ethereum",
"solidity",
"web3",
"zipper",
"global",
"zipperglobal",
"one",
"time",
"password",
"otp",
"ether",
"eth"
],
"author": "Zipper Global",
"license": "MIT",
"dependencies": {
"npm": "^5.7.1"
},
"devDependencies": {
"ethereumjs-testrpc": "^6.0.3",
"solidity-coverage": "^0.4.11",
"truffle": "^4.1.0",
"web3": "^1.0.0-beta.30"
}
}