From eb1bf198ac57b221d17088f57262b0163dc37632 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Wed, 24 May 2017 14:07:26 +0200 Subject: Add package.json --- packages/web3-typescript-typings/package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/web3-typescript-typings/package.json (limited to 'packages/web3-typescript-typings') diff --git a/packages/web3-typescript-typings/package.json b/packages/web3-typescript-typings/package.json new file mode 100644 index 000000000..67d077d91 --- /dev/null +++ b/packages/web3-typescript-typings/package.json @@ -0,0 +1,16 @@ +{ + "name": "web3-typescript-typings", + "version": "0.0.0", + "description": "Typescript type definitions for web3", + "main": "index.d.js", + "repository": { + "type": "git", + "url": "git+https://github.com/0xProject/web3-typescript-typings.git" + }, + "author": "Fabio Berger", + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/0xProject/web3-typescript-typings/issues" + }, + "homepage": "https://github.com/0xProject/web3-typescript-typings#readme" +} -- cgit