sorted-doubly-ll
Version:
EVM package for a sorted doubly linked list
42 lines (41 loc) • 876 B
JSON
{
"name": "sorted-doubly-ll",
"version": "1.0.5",
"description": "EVM package for a sorted doubly linked list",
"scripts": {
"test": "truffle test"
},
"files": [
"build",
"contracts",
"test",
"zos.json",
"zos.*.json"
],
"keywords": [
"zeppelinos",
"ethereum",
"smartcontracts",
"solidity",
"upgradeability",
"security",
"proxy",
"evm"
],
"repository": {
"type": "git",
"url": "git+https://github.com/livepeer/sorted-doubly-ll.git"
},
"bugs": {
"url": "https://github.com/livepeer/sorted-doubly-ll/issues"
},
"homepage": "https://github.com/livepeer/sorted-doubly-ll/packages/sorted-doubly-ll#readme",
"license": "MIT",
"dependencies": {
"openzeppelin-solidity": "^2.1.2",
"zos-lib": "^2.1.2"
},
"devDependencies": {
"truffle-keystore-provider": "^1.0.2"
}
}