aboutsummaryrefslogtreecommitdiffstats
path: root/packages/chai-as-promised-typescript-typings/package.json
blob: faaf01e538eff2b477df9b78fe5b7953c5864244 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "chai-as-promised-typescript-typings",
    "version": "0.0.8",
    "description": "Typescript type definitions for chai-as-promised",
    "main": "index.d.ts",
    "types": "index.d.ts",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/0xProject/0x.js.git"
    },
    "author": "Fabio Berger",
    "contributors": [
        "Leonid Logvinov <logvinov.leon@gmail.com>"
    ],
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/0xProject/0x.js/issues"
    },
    "homepage": "https://github.com/0xProject/0x.js/packages/chai-as-promised-typescript-typings#readme",
    "dependencies": {
        "chai-typescript-typings": "^0.0.2"
    }
}