-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.18 KB
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
{
"name": "funder",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"ganache": "ganache-cli -m talisman"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ColuLocalNetwork/funder.git"
},
"author": "leonprou",
"license": "MIT",
"bugs": {
"url": "https://github.com/ColuLocalNetwork/funder/issues"
},
"standard": {
"globals": [
"artifacts"
]
},
"homepage": "https://github.com/ColuLocalNetwork/funder#readme",
"dependencies": {
"@colucom/osseus": "^2.3.1",
"@colucom/osseus-logger": "~0.5.1",
"@colucom/osseus-mongo": "~0.3.1",
"@colucom/osseus-router": "~0.4.1",
"@colucom/osseus-server": "~0.2.1",
"ethereumjs-abi": "^0.6.5",
"moment": "^2.22.2",
"standard": "^12.0.1",
"truffle-contract": "^3.0.6",
"truffle-hdwallet-provider": "0.0.6",
"web3": "1.0.0-beta.36",
"websocket": "^1.0.28"
},
"devDependencies": {
"nodemon": "^1.18.7",
"openzeppelin-solidity": "1.11.0",
"request": "^2.88.0",
"truffle": "^4.1.14"
}
}