forked from ethereum-alarm-clock/ethereum-alarm-clock
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 974 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": "ethereum-alarm-clock",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chronologic/ethereum-alarm-clock.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chronologic/ethereum-alarm-clock/issues"
},
"homepage": "https://github.com/chronologic/ethereum-alarm-clock#readme",
"dependencies": {
"async": "^2.5.0",
"bignumber.js": "^4.0.4",
"debug": "^3.0.1",
"ethereumjs-lib": "^3.0.0",
"lodash": "^4.17.4",
"nconf": "^0.8.4",
"truffle-contract": "^2.0.5",
"web3": "^1.0.0-beta.18"
},
"devDependencies": {
"mocha": "^3.5.3",
"should": "^13.0.1",
"truffle": "^3.4.9"
}
}