aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web3-typescript-typings/package.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-01-05 02:08:20 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-01-10 18:24:37 +0800
commita3274ac9b1f972f58f9e3b7ca5fc45829c4a1cd2 (patch)
tree53c9193bbd976ca1aefd23486d9e54074c405af1 /packages/web3-typescript-typings/package.json
parent2e67d69434e5e3ddedb6f889cf960038965a2812 (diff)
downloaddexon-sol-tools-a3274ac9b1f972f58f9e3b7ca5fc45829c4a1cd2.tar
dexon-sol-tools-a3274ac9b1f972f58f9e3b7ca5fc45829c4a1cd2.tar.gz
dexon-sol-tools-a3274ac9b1f972f58f9e3b7ca5fc45829c4a1cd2.tar.bz2
dexon-sol-tools-a3274ac9b1f972f58f9e3b7ca5fc45829c4a1cd2.tar.lz
dexon-sol-tools-a3274ac9b1f972f58f9e3b7ca5fc45829c4a1cd2.tar.xz
dexon-sol-tools-a3274ac9b1f972f58f9e3b7ca5fc45829c4a1cd2.tar.zst
dexon-sol-tools-a3274ac9b1f972f58f9e3b7ca5fc45829c4a1cd2.zip
Import web3-typescript-typings to monorepo
Diffstat (limited to 'packages/web3-typescript-typings/package.json')
-rw-r--r--packages/web3-typescript-typings/package.json58
1 files changed, 28 insertions, 30 deletions
diff --git a/packages/web3-typescript-typings/package.json b/packages/web3-typescript-typings/package.json
index 29bcb964c..f93382fc7 100644
--- a/packages/web3-typescript-typings/package.json
+++ b/packages/web3-typescript-typings/package.json
@@ -1,32 +1,30 @@
{
- "name": "web3-typescript-typings",
- "version": "0.9.0",
- "description": "Typescript type definitions for web3",
- "main": "web3/index.d.ts",
- "types": "web3/index.d.ts",
- "scripts": {
- "lint": "tslint web3/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.4.2"
- },
- "dependencies": {
- "bignumber.js": "^4.0.2"
- }
+ "name": "web3-typescript-typings",
+ "version": "0.9.0",
+ "description": "Typescript type definitions for web3",
+ "main": "web3/index.d.ts",
+ "types": "web3/index.d.ts",
+ "scripts": {
+ "lint": "tslint web3/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.4.2"
+ },
+ "dependencies": {
+ "bignumber.js": "~4.1.0"
+ }
}