- 0x.js@0.29.1 - @0xproject/abi-gen@0.1.0 - @0xproject/assert@0.0.10 - @0xproject/connect@0.4.0 - contracts@2.1.2 - @0xproject/dev-utils@0.0.4 - @0xproject/json-schemas@0.7.2 - @0xproject/kovan_faucets@1.0.3 - @0xproject/monorepo-scripts@0.1.3 - @0xproject/subproviders@0.3.0 - @0xproject/tslint-config@0.4.1 - @0xproject/types@0.1.3 - @0xproject/utils@0.1.3 - web3-typescript-typings@0.9.1 - @0xproject/web3-wrapper@0.1.3 - @0xproject/website@0.0.5
33 lines
922 B
JSON
33 lines
922 B
JSON
{
|
|
"name": "web3-typescript-typings",
|
|
"version": "0.9.1",
|
|
"description": "Typescript type definitions for web3",
|
|
"main": "index.d.ts",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"lint": "tslint index.d.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/0xProject/web3-typescript-typings.git"
|
|
},
|
|
"author": "Fabio Berger",
|
|
"contributors": [
|
|
"Leonid Logvinov <logvinov.leon@gmail.com>"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/0xProject/web3-typescript-typings/issues"
|
|
},
|
|
"homepage": "https://github.com/0xProject/web3-typescript-typings#readme",
|
|
"devDependencies": {
|
|
"@types/bignumber.js": "^4.0.2",
|
|
"tslint": "^5.5.0",
|
|
"tslint-config-0xproject": "^0.0.2",
|
|
"typescript": "~2.6.1"
|
|
},
|
|
"dependencies": {
|
|
"bignumber.js": "~4.1.0"
|
|
}
|
|
}
|