aboutsummaryrefslogtreecommitdiffstats
path: root/packages/chai-typescript-typings/package.json
blob: db7cba8632ebcaa4e67520d9ed960b11555501ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "name": "chai-typescript-typings",
    "version": "0.0.2",
    "description": "Typescript type definitions for chai",
    "main": "index.d.ts",
    "types": "index.d.ts",
    "repository": {
        "type": "git",
        "url": "git+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/chai-typescript-typings#readme"
}