UNPKG

@ndujalabs/erc721lockable

Version:

A simple approach to lock NFT in place w/out losing ownership

37 lines 816 B
{ "name": "@ndujalabs/erc721lockable", "version": "0.13.0", "description": "A simple approach to lock NFT in place w/out losing ownership", "publishConfig": { "access": "public" }, "files": [ "**/*.sol", "!/mocks/**/*", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/ndujalabs/erc721lockable.git" }, "author": { "name": "Francesco Sullo", "email": "francesco@sullo.co" }, "bugs": { "url": "https://github.com/ndujalabs/erc721lockable/issues" }, "homepage": "https://github.com/ndujalabs/erc721lockable#readme", "license": "GPL3", "keywords": [ "solidity", "ethereum", "smart", "contracts", "security", "nft" ], "scripts": { "clean": "rimraf artifacts cache coverage coverage.json" } }