mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"name": "token_contract",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 1,
|
|
"requires": true,
|
|
"dependencies": {
|
|
"bignumber.js": {
|
|
"version": "git+https://github.com/frozeman/bignumber.js-nolookahead.git#57692b3ecfc98bbdd6b3a516cb2353652ea49934"
|
|
},
|
|
"crypto-js": {
|
|
"version": "3.1.8",
|
|
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-3.1.8.tgz",
|
|
"integrity": "sha1-cV8HC/YBTyrpkqmLOSkli3E/CNU="
|
|
},
|
|
"utf8": {
|
|
"version": "2.1.2",
|
|
"resolved": "https://registry.npmjs.org/utf8/-/utf8-2.1.2.tgz",
|
|
"integrity": "sha1-H6DZJw6b6FDZsFAn9jUZv0ZFfZY="
|
|
},
|
|
"web3": {
|
|
"version": "0.20.6",
|
|
"resolved": "https://registry.npmjs.org/web3/-/web3-0.20.6.tgz",
|
|
"integrity": "sha1-PpcwauAk+yThCj11yIQwJWIhUSA=",
|
|
"requires": {
|
|
"bignumber.js": "git+https://github.com/frozeman/bignumber.js-nolookahead.git#57692b3ecfc98bbdd6b3a516cb2353652ea49934",
|
|
"crypto-js": "3.1.8",
|
|
"utf8": "2.1.2",
|
|
"xhr2": "0.1.4",
|
|
"xmlhttprequest": "1.8.0"
|
|
}
|
|
},
|
|
"xhr2": {
|
|
"version": "0.1.4",
|
|
"resolved": "https://registry.npmjs.org/xhr2/-/xhr2-0.1.4.tgz",
|
|
"integrity": "sha1-f4dliEdxbbUCYyOBL4GMras4el8="
|
|
},
|
|
"xmlhttprequest": {
|
|
"version": "1.8.0",
|
|
"resolved": "https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz",
|
|
"integrity": "sha1-Z/4HXFwk/vOfnWX197f+dRcZaPw="
|
|
}
|
|
}
|
|
}
|