forked from dev-bootcamp-2019/final-project-colinmccrae
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 855 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
{
"name": "final-project-colinmccrae",
"version": "1.0.0",
"description": "final project",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"jsts": "^2.0.3",
"npm": "^6.6.0",
"openzeppelin-solidity": "^2.1.2",
"truffle-assertions": "^0.7.2",
"truffle-hdwallet-provider": "^1.0.2"
},
"devDependencies": {
"truffle-flattener": "^1.2.10"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dev-bootcamp-2019/final-project-colinmccrae.git"
},
"keywords": [
"ethereum"
],
"author": "colinmccrae",
"license": "ISC",
"bugs": {
"url": "https://github.com/dev-bootcamp-2019/final-project-colinmccrae/issues"
},
"homepage": "https://github.com/dev-bootcamp-2019/final-project-colinmccrae#readme"
}