This repository has been archived by the owner on Aug 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
63 lines (63 loc) · 1.62 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "eac.js",
"version": "1.3.2",
"description": "Commnandline tool to interact with the Ethereum Alarm Clock contracts.",
"main": "./src/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec && rm -f ./src/assets/tester.json",
"citest": "./scripts/citest.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum-alarm-clock/eac.js.git"
},
"keywords": [
"Smart",
"Contracts",
"Ethereum",
"Commandline"
],
"author": "lsaether",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethereum-alarm-clock/eac.js/issues"
},
"homepage": "https://github.com/ethereum-alarm-clock/eac.js#readme",
"dependencies": {
"@parity/api": "2.1.16",
"bignumber.js": "^5.0.0",
"bluebird": "^3.5.1",
"chai": "^4.1.2",
"clear": "0.0.1",
"commander": "^2.13.0",
"eth-lightwallet": "^3.0.1",
"ethereumjs-util": "^5.1.3",
"ganache-cli": "^6.0.3",
"ganache-core": "^2.0.2",
"jquery": "^3.3.1",
"lodash": "^4.17.4",
"lokijs": "^1.5.1",
"memory-cache": "^0.2.0",
"mocha": "^4.1.0",
"ora": "^1.3.0",
"readline-sync": "^1.4.7",
"truffle-contract": "3.0.2",
"web3": "^0.20.4",
"websocket": "^1.0.25"
},
"preferGlobal": true,
"bin": "src/cli/eac.js",
"pkg": {
"scripts": "build/contracts/*.json",
"assets": "assets/*.json"
},
"devDependencies": {
"@digix/tempo": "^0.2.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.16.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"prettier": "1.10.2"
}
}