-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 968 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
38
{
"name": "eip2009",
"version": "1.0.0",
"description": "This EIP proposes a service for decentralized compliance checks for regulated tokens.",
"main": "truffle-config.js",
"dependencies": {},
"devDependencies": {
"ethlint": "^1.2.4",
"ganache-cli": "^6.4.5",
"solc": "0.5.10",
"solidity-coverage": "^0.6.0",
"truffle": "^5.0.27",
"truffle-assertions": "^0.9.1"
},
"scripts": {
"coverage": "solidity-coverage",
"lint": "solium -d contracts",
"test": "scripts/executeTests.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IoBuilders/compliance-service.git"
},
"keywords": [
"eip",
"erc",
"compliance",
"solidity",
"ethereum",
"eth"
],
"author": "tech@io.builders",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/IoBuilders/compliance-service/issues"
},
"homepage": "https://github.com/IoBuilders/compliance-service#readme"
}