-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 820 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
{
"name": "wunocontracts",
"version": "1.0.0",
"description": "This is a DAPP used for allowing users to make Smart Contracts by filling out a form",
"main": "index.js",
"scripts": {
"test": "test",
"dev": "next dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wuno/wunocontracts.git"
},
"keywords": [
"wunO",
"Ethereum",
"Smart",
"Contracts",
"Ether",
"DAPP",
"React.js",
"Next.js",
"Solidity"
],
"author": "Nicholas J Diaz, wunO, LLC.",
"license": "ISC",
"bugs": {
"url": "https://github.com/wuno/wunocontracts/issues"
},
"homepage": "https://github.com/wuno/wunocontracts#readme",
"dependencies": {
"next": "^5.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"web3": "^1.0.0-beta.30"
}
}