aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abi-gen-templates/package.json
blob: 104013c05a6ebe9ca3e38160a4ebc17211dc4de4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "abi-gen-templates",
  "private": true,
  "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"
}