generated from mackalex/eth-todo-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 782 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
{
"name": "vaccine-distribution-network",
"version": "1.0.0",
"description": "A decentralized Ethereum application for tracking the distribution of vaccinations.",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"dev": "lite-server",
"test": "echo \"Error: no test specified\" && sexit 1"
},
"author": "Alex Makoviecki, Jake Farabee, Meredith Bahling",
"license": "ISC",
"devDependencies": {
"diff": ">=3.5.0",
"bootstrap": "^4.4.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"lite-server": "^2.3.0",
"nodemon": "^1.17.3",
"truffle": "5.0.2",
"truffle-contract": "3.0.6"
}
}