24 lines
729 B
JSON
24 lines
729 B
JSON
{
|
|
"name": "chai-as-promised-typescript-typings",
|
|
"version": "0.0.9",
|
|
"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-monorepo.git"
|
|
},
|
|
"author": "Fabio Berger",
|
|
"contributors": [
|
|
"Leonid Logvinov <logvinov.leon@gmail.com>"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/0xProject/0x-monorepo/issues"
|
|
},
|
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/chai-as-promised-typescript-typings#readme",
|
|
"dependencies": {
|
|
"chai-typescript-typings": "^0.0.3"
|
|
}
|
|
}
|