-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathethpm.json
More file actions
24 lines (24 loc) · 681 Bytes
/
ethpm.json
File metadata and controls
24 lines (24 loc) · 681 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
{
"package_name": "string-storage",
"version": "0.0.1",
"description": "Solidity contract for storing and interacting with key/value string pairs",
"authors": ["S0AndS0 <https://github.com/S0AndS0>"],
"links": {
"website": "https://solidity-utilities.github.io/string-storage/",
"documentation": "https://github.com/solidity-utilities/string-storage#readme",
"repository": "https://github.com/solidity-utilities/string-storage"
},
"keywords": [
"ethereum",
"library",
"mapping",
"solidity",
"string",
"truffle"
],
"license": "AGPL-3.0",
"manifest": "ethpm/3",
"dependencies": {
"library-mapping-string": "^0.0.3"
}
}