forked from ScopeLift/flexible-voting
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 763 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "flexible-voting",
"version": "1.0.0",
"description": "Flexible Voting is an extension to the widely used OpenZeppelin DAO Governor that enables delegates to split their voting weight across For/Against/Abstain options and cast rolling votes for a given proposal. This file is included for compatibility with npm based development frameworks such as Hardhat.",
"author": "Contributors to https://github.com/ScopeLift/flexible-voting",
"files": [
"src/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ScopeLift/flexible-voting.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ScopeLift/flexible-voting/issues"
},
"homepage": "https://github.com/ScopeLift/flexible-voting#readme"
}