-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 843 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 843 Bytes
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": "debt-smart-contract",
"version": "0.0.1",
"description": "ChronoLogic Debt Smart Contracts",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "scripts/test.sh",
"lint:sol": "./node_modules/solium/bin/solium.js -d ./contracts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chronologic/debt-smart-contract.git"
},
"keywords": [
"chronologic",
"debt",
"smart-contract",
"ethereum"
],
"author": "Chronologic",
"license": "ISC",
"bugs": {
"url": "https://github.com/chronologic/debt-smart-contract/issues"
},
"homepage": "https://github.com/chronologic/debt-smart-contract#readme",
"dependencies": {
"bignumber.js": "^5.0.0",
"ganache-cli": "^6.0.3",
"solium": "^1.1.3",
"truffle": "^4.0.5"
}
}