mirror of
https://github.com/embarklabs/web3.js.git
synced 2026-08-30 22:21:10 +00:00
76 lines
1.5 KiB
JSON
76 lines
1.5 KiB
JSON
{
|
|
"namespace": "ethereum",
|
|
"name": "web3",
|
|
"version": "1.2.6",
|
|
"description": "Ethereum JavaScript API",
|
|
"license": "LGPL-3.0",
|
|
"main": [
|
|
"./dist/web3.min.js"
|
|
],
|
|
"moduleType": "global",
|
|
"dependencies": {
|
|
"bn.js": ">=4.11.6"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ethereum/web3.js.git"
|
|
},
|
|
"homepage": "https://github.com/ethereum/web3.js",
|
|
"bugs": {
|
|
"url": "https://github.com/ethereum/web3.js/issues"
|
|
},
|
|
"keywords": [
|
|
"Ethereum",
|
|
"JavaScript",
|
|
"RPC",
|
|
"Swarm",
|
|
"Whisper",
|
|
"Smart Contracts",
|
|
"API"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabian Vogelsteller",
|
|
"email": "fabian@ethereum.org",
|
|
"homepage": "http://frozeman.de"
|
|
},
|
|
{
|
|
"name": "Marek Kotewicz",
|
|
"email": "marek@parity.io",
|
|
"url": "https://github.com/debris"
|
|
},
|
|
{
|
|
"name": "Marian Oancea",
|
|
"url": "https://github.com/cubedro"
|
|
},
|
|
{
|
|
"name": "Gav Wood",
|
|
"email": "g@parity.io",
|
|
"homepage": "http://gavwood.com"
|
|
},
|
|
{
|
|
"name": "Jeffery Wilcke",
|
|
"email": "jeffrey.wilcke@ethereum.org",
|
|
"url": "https://github.com/obscuren"
|
|
}
|
|
],
|
|
"ignore": [
|
|
"test",
|
|
"packages",
|
|
"src",
|
|
"node_modules",
|
|
"package.json",
|
|
"package.js",
|
|
".versions",
|
|
".bowerrc",
|
|
".editorconfig",
|
|
".gitignore",
|
|
".jshintrc",
|
|
".npmignore",
|
|
".travis.yml",
|
|
"gulpfile.js",
|
|
"index.js",
|
|
"**/*.txt"
|
|
]
|
|
}
|