-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 894 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": "ethereum-dapps",
"version": "1.0.0",
"description": "Collection of DApps and Smart Contracts for Ethereum",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"dev": "lite-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kozyilmaz/ethereum-dapps.git"
},
"keywords": [
"Ethereum",
"DApps",
"Smart Contracts",
"Solidity"
],
"author": "Kazım Rıfat Özyılmaz",
"license": "MIT",
"bugs": {
"url": "https://github.com/kozyilmaz/ethereum-dapps/issues"
},
"homepage": "https://github.com/kozyilmaz/ethereum-dapps#readme",
"devDependencies": {
"dotenv": "^6.0.0",
"lite-server": "^2.4.0",
"truffle-hdwallet-provider": "0.0.6"
},
"dependencies": {
"openzeppelin-solidity": "^1.11.0"
}
}