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