-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 896 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
{
"name": "solidity-string-util",
"version": "0.1.0",
"description": "A simply Solidity library for common string operations",
"main": "truffle-config.js",
"devDependencies": {
"ethlint": "^1.2.5",
"ganache-cli": "^6.7.0",
"solc": "0.5.13",
"solidity-coverage": "^0.6.7",
"truffle": "^5.1.0"
},
"scripts": {
"coverage": "solidity-coverage",
"lint": "solium -d contracts",
"test": "scripts/executeTests.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IoBuilders/solidity-string-util.git"
},
"keywords": [
"solidity",
"ethereum",
"eth",
"string",
"hash",
"empty"
],
"author": "tech@io.builders",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/IoBuilders/solidity-string-util/issues"
},
"homepage": "https://github.com/IoBuilders/solidity-string-util#readme"
}