diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-12-06 00:53:59 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-12-06 00:53:59 +0800 |
commit | 1ce66b4a81b736f5288463be609a902af64cbe77 (patch) | |
tree | 55a563c7d7a53213c3299f333e80e916c17e265b /packages/abi-gen-templates/package.json | |
parent | 63b1199bd545b9f37481fdb8707c0acc49c4d4c3 (diff) | |
download | dexon-0x-contracts-1ce66b4a81b736f5288463be609a902af64cbe77.tar.gz dexon-0x-contracts-1ce66b4a81b736f5288463be609a902af64cbe77.tar.zst dexon-0x-contracts-1ce66b4a81b736f5288463be609a902af64cbe77.zip |
Rename abi-gen to typed-contracts
Diffstat (limited to 'packages/abi-gen-templates/package.json')
-rw-r--r-- | packages/abi-gen-templates/package.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/abi-gen-templates/package.json b/packages/abi-gen-templates/package.json new file mode 100644 index 000000000..622c35478 --- /dev/null +++ b/packages/abi-gen-templates/package.json @@ -0,0 +1,14 @@ +{ + "name": "@0xproject/abi-gen-templates", + "version": "0.0.0", + "description": "Handlebars templates to generate TS contract wrappers", + "repository": { + "type": "git", + "url": "https://github.com/0xProject/0x.js.git" + }, + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/0xProject/0x.js/issues" + }, + "homepage": "https://github.com/0xProject/0x.js/packages/abi-gen-templates/README.md" +} |