diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-11-26 21:12:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-26 21:12:13 +0800 |
commit | 7b152176948c02e7bf1c27e377530fc3c6d9245a (patch) | |
tree | 065bfc9d0b9d193f20035a1849912cc25f8cff1a /packages/abi-gen-templates/package.json | |
parent | 8caded1d1d94d03aa49a2490b46eaebd8bf5ed74 (diff) | |
parent | 9ddd45e2c687280041cc0bb4cd7cb3c1a2c22767 (diff) | |
download | dexon-sol-tools-7b152176948c02e7bf1c27e377530fc3c6d9245a.tar dexon-sol-tools-7b152176948c02e7bf1c27e377530fc3c6d9245a.tar.gz dexon-sol-tools-7b152176948c02e7bf1c27e377530fc3c6d9245a.tar.bz2 dexon-sol-tools-7b152176948c02e7bf1c27e377530fc3c6d9245a.tar.lz dexon-sol-tools-7b152176948c02e7bf1c27e377530fc3c6d9245a.tar.xz dexon-sol-tools-7b152176948c02e7bf1c27e377530fc3c6d9245a.tar.zst dexon-sol-tools-7b152176948c02e7bf1c27e377530fc3c6d9245a.zip |
Merge pull request #1305 from 0xProject/feature/contract-templates
[@0x/contract-templates] Make contract-templates an npm package
Diffstat (limited to 'packages/abi-gen-templates/package.json')
-rw-r--r-- | packages/abi-gen-templates/package.json | 20 |
1 files changed, 20 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..e06be6127 --- /dev/null +++ b/packages/abi-gen-templates/package.json @@ -0,0 +1,20 @@ +{ + "name": "@0x/abi-gen-templates", + "version": "1.0.0", + "engines": { + "node": ">=6.12" + }, + "description": "Handlebars templates used by abi-gen to generate contract-wrappers", + "repository": { + "type": "git", + "url": "https://github.com/0xProject/0x-monorepo.git" + }, + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/0xProject/0x-monorepo/issues" + }, + "homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen-templates/README.md", + "publishConfig": { + "access": "public" + } +} |