aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abi-gen-templates/package.json
blob: af66aeba0174ac3a1741589359032b963399459e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "@0x/abi-gen-templates",
    "version": "1.0.2",
    "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"
    }
}