aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/resources/html/package.json
blob: 165c4cb501bcdb913670a15e8a3290d15431268a (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
24
25
26
27
28
29
30
31
32
33
{
  "name": "haddock-quick-jump",
  "version": "0.1.0",
  "description": "A drop-down search on Haddock docs for navigating quickly to definitions of Haskell functions and types in the current package",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "gulp"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/haskell/haddock.git"
  },
  "author": "Tim Baumann <tim@timbaumann.info>",
  "contributors": [
    "Mark Lentczner <markl@glyphic.com>",
    "Moritz Drexl <mdrexl@fastmail.fm>",
    "Alex Biehl <alexbiehl@gmail.com>"
  ],
  "dependencies": {
    "fuse.js": "^3.1.0",
    "preact": "^8.2.5"
  },
  "devDependencies": {
    "browserify": "^14.4.0",
    "gulp": "^3.9.1",
    "gulp-sourcemaps": "^2.6.1",
    "gulp-uglify": "^3.0.0",
    "tsify": "^3.0.3",
    "typescript": "^2.5.2",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0"
  }
}