cryptopunk-icons
Version:
A package that uses Web3 to load the image files for cryptopunks
40 lines (39 loc) • 995 B
JSON
{
"name": "cryptopunk-icons",
"version": "1.1.0",
"description": "A package that uses Web3 to load the image files for cryptopunks",
"main": "cryptopunk-icons.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/admazzola/cryptopunk-icons.git"
},
"keywords": [
"cryptopunk",
"icon",
"web3",
"ethereum"
],
"author": "admazzola",
"license": "MIT",
"bugs": {
"url": "https://github.com/admazzola/cryptopunk-icons/issues"
},
"homepage": "https://github.com/admazzola/cryptopunk-icons#readme",
"dependencies": {
"chai": "^4.1.0",
"crypto": "0.0.3",
"ethereumjs-testrpc": "^4.0.1",
"ethereumjs-util": "^5.1.2",
"ethjs-provider-http": "^0.1.6",
"ethjs-query": "^0.2.6",
"express": "^4.15.3",
"fs": "0.0.1-security",
"jasmine-node": "^1.14.5",
"mocha": "^3.4.2",
"path": "^0.12.7",
"request": "^2.81.0"
}
}