generated from consensys-academy-certification/project-submission
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 799 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": "project-submission",
"version": "1.0.0",
"description": "In this coding assignment you will have to implement the smart contract Project Submission following the instructions provided in this document.",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/test.app.js --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/consensys-academy-certification/project-submission.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/consensys-academy-certification/project-submission/issues"
},
"homepage": "https://github.com/consensys-academy-certification/project-submission#readme",
"dependencies": {
"mocha": "^6.2.2",
"web3": "^1.2.2"
}
}