2014-11-05 17:46:01 +00:00
|
|
|
{
|
2015-04-07 02:39:47 +00:00
|
|
|
"name": "web3",
|
2014-11-05 17:46:01 +00:00
|
|
|
"namespace": "ethereum",
|
2015-09-15 13:55:01 +00:00
|
|
|
"version": "0.13.0",
|
2014-11-05 17:46:01 +00:00
|
|
|
"description": "Ethereum Compatible JavaScript API",
|
2015-02-24 21:47:56 +00:00
|
|
|
"main": [
|
2015-04-09 22:22:46 +00:00
|
|
|
"./dist/web3.js",
|
|
|
|
"./dist/web3.min.js"
|
2015-02-24 21:47:56 +00:00
|
|
|
],
|
2014-11-05 17:46:01 +00:00
|
|
|
"dependencies": {
|
2015-05-16 13:42:48 +00:00
|
|
|
"bignumber.js": ">=2.0.0",
|
|
|
|
"crypto-js": "~3.1.4"
|
2014-11-05 17:46:01 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-04-09 22:22:46 +00:00
|
|
|
"url": "https://github.com/ethereum/web3.js.git"
|
2014-11-05 17:46:01 +00:00
|
|
|
},
|
2015-04-09 22:22:46 +00:00
|
|
|
"homepage": "https://github.com/ethereum/web3.js",
|
2014-11-05 17:46:01 +00:00
|
|
|
"bugs": {
|
2015-04-09 22:22:46 +00:00
|
|
|
"url": "https://github.com/ethereum/web3.js/issues"
|
2014-11-05 17:46:01 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"ethereum",
|
|
|
|
"javascript",
|
|
|
|
"API"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Marek Kotewicz",
|
|
|
|
"email": "marek@ethdev.com",
|
|
|
|
"homepage": "https://github.com/debris"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Marian Oancea",
|
2014-11-10 12:31:51 +00:00
|
|
|
"email": "marian@ethdev.com",
|
2014-11-05 17:46:01 +00:00
|
|
|
"homepage": "https://github.com/cubedro"
|
2015-02-20 11:40:09 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Fabian Vogelsteller",
|
|
|
|
"email": "fabian@ethdev.com",
|
|
|
|
"homepage": "https://github.com/frozeman"
|
2014-11-05 17:46:01 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"license": "LGPL-3.0",
|
|
|
|
"ignore": [
|
|
|
|
"example",
|
|
|
|
"lib",
|
|
|
|
"node_modules",
|
|
|
|
"package.json",
|
2015-02-27 13:05:00 +00:00
|
|
|
"package.js",
|
|
|
|
".versions",
|
2014-11-05 21:07:13 +00:00
|
|
|
".bowerrc",
|
2014-11-05 17:46:01 +00:00
|
|
|
".editorconfig",
|
|
|
|
".gitignore",
|
|
|
|
".jshintrc",
|
2014-11-05 21:07:13 +00:00
|
|
|
".npmignore",
|
2014-11-05 17:46:01 +00:00
|
|
|
".travis.yml",
|
2014-11-05 21:07:13 +00:00
|
|
|
"gulpfile.js",
|
|
|
|
"index.js",
|
2014-11-05 17:46:01 +00:00
|
|
|
"**/*.txt"
|
|
|
|
]
|
2015-01-16 15:04:41 +00:00
|
|
|
}
|