aboutsummaryrefslogtreecommitdiffstats
path: root/packages/chai-typescript-typings/package.json
blob: f2136ffa43951cff4a3e372ce263e65d69342c8d (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"
}