-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 957 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": "oli-dapp-skeleton",
"version": "1.0.0",
"description": "Initial skeleton for building decentralized applications with Vue.js and the Ethereum netwrok",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test --network volta",
"migrate": "truffle migrate --reset --network volta"
},
"repository": {
"type": "git",
"url": "git+https://github.com/olisystems/oli-dapp-skeleton.git"
},
"keywords": [
"Ethereum",
"Solidity",
"Smart Contracts",
"Truffle",
"Vue.js"
],
"author": "Muhammad Yahya",
"license": "ISC",
"bugs": {
"url": "https://github.com/olisystems/oli-dapp-skeleton/issues"
},
"homepage": "https://github.com/olisystems/oli-dapp-skeleton#readme",
"devDependencies": {
"truffle-hdwallet-provider": "^1.0.17",
"web3-provider-engine": "^15.0.4"
},
"dependencies": {
"truffle-assertions": "^0.9.2"
}
}