-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 802 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 802 Bytes
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
{
"name": "splitter",
"version": "1.0.0",
"description": "An Ethereum smart Contract that splits ether sent to it into two and makes funds available for withdrawal by recipients.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "0xvoid",
"license": "MIT",
"devDependencies": {
"bignumber.js": "^9.0.1",
"bn.js": "^5.1.3",
"chai": "^4.2.0",
"chai-bn": "^0.2.1",
"create-html": "^4.1.0",
"file-loader": "^6.2.0",
"truffle": "^5.1.50",
"truffle-assertions": "^0.9.2",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"bootstrap": "^4.5.3",
"jquery": "^3.5.1",
"truffle-contract": "^4.0.31",
"web3": "^1.3.0"
}
}