Backed out 2 changesets (bug 1908320) for causing wr failures on align-items-baseline...
[gecko.git] / tools / @types / package.json
blob9c702b147d8a41603646762c2022fb0e5663ca03
2   "name": "@types/gecko",
3   "version": "1.0.0",
4   "description": "TypeScript definitions for gecko dom and xpcom.",
5   "repository": {
6     "type": "git",
7     "url": "git+https://github.com/mozilla/gecko-dev.git"
8   },
9   "keywords": [
10     "dom",
11     "gecko",
12     "mozilla",
13     "types",
14     "typescript",
15     "webidl",
16     "xpcom"
17   ],
18   "author": "Tomislav Jovanovic",
19   "license": "MPL-2.0",
20   "types": "./index.d.ts",
21   "bugs": {
22     "url": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Developer+Infrastructure&component=Lint+and+Formatting"
23   },
24   "homepage": "https://firefox-source-docs.mozilla.org/code-quality/",
25   "private": true