-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 985 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
{
"name": "eac.js-lib",
"version": "2.5.2",
"description": "Javascript library for interacting with the Ethereum Alarm Clock contracts",
"main": "index.js",
"scripts": {
"test": "mocha --exit",
"citest": "./scripts/citest.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum-alarm-clock/eac.js-lib.git"
},
"keywords": [
"ethereum",
"smart-contracts"
],
"author": "lsaether",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethereum-alarm-clock/eac.js-lib/issues"
},
"homepage": "https://github.com/ethereum-alarm-clock/eac.js-lib#readme",
"devDependencies": {
"@digix/tempo": "0.2.0",
"chai": "4.1.2",
"ethereumjs-wallet": "0.6.2",
"ganache-core": "2.5.5",
"mocha": "5.1.1",
"truffle-contract": "3.0.6",
"web3": "0.20.7"
},
"dependencies": {
"@ethereum-alarm-clock/contracts": "1.0.0-rc.2",
"bignumber.js": "5.0.0",
"ethereumjs-util": "6.0.0"
}
}