UNPKG

2.19 kBJSONView Raw
1{
2 "name": "harp",
3 "version": "0.40.1",
4 "description": "Static web server with built in preprocessing",
5 "author": "Brock Whitten <brock@chloi.io>",
6 "contributors": [
7 "Brock Whitten <brock@chloi.io>",
8 "Rob Ellis <rob@chloi.io>",
9 "Jorge Pedret <jorge@chloi.io>",
10 "Michael Brooks <michael@michaelbrooks.ca>",
11 "Tommy-Carlos Williams <tommy@devgeeks.org>",
12 "Darryl Pogue <darryl@dpogue.ca>",
13 "Boris Mann <boris@bmannconsulting.com>",
14 "Kenneth Ormandy <kenneth@chloi.io>",
15 "Keith Yao <i@yaofur.com>",
16 "Eric Drechsel <eric@pdxhub.org>",
17 "Andrew Hobden <andrew@hoverbear.org>",
18 "Max Melentiev <printercu@gmail.com>",
19 "Remy Sharp <remy@remysharp.com>",
20 "Zeke Sikelianos <zeke@sikelianos.com>",
21 "Marc Knaup <marc.knaup@koeln.de>",
22 "Jurgen Van de Moere <jurgen.van.de.moere@gmail.com>",
23 "Marco Emrich <m.emrich@webmasters.de>",
24 "Roger K <misterhtmlcss@gmail.com>",
25 "Claus Colloseus <ccprog@gmx.de>"
26 ],
27 "keywords": [
28 "static web server",
29 "static site generator",
30 "sass",
31 "less",
32 "stylus",
33 "markdown",
34 "jade",
35 "ejs",
36 "coffeescript"
37 ],
38 "homepage": "http://harpjs.com",
39 "bugs": "http://github.com/sintaxi/harp/issues",
40 "main": "./lib/index.js",
41 "repository": {
42 "type": "git",
43 "url": "https://github.com/sintaxi/harp.git"
44 },
45 "dependencies": {
46 "async": "0.2.9",
47 "basic-auth": "^2.0.1",
48 "boxt": "^1.0.0",
49 "colors": "^1.4.0",
50 "connect": "^3.6.6",
51 "envy-json": "0.2.1",
52 "escape-html": "1.0.3",
53 "fs-extra": "1.x",
54 "mime-types": "^2.1.24",
55 "minimist": "^1.2.5",
56 "parseurl": "^1.3.2",
57 "pause": "0.1.0",
58 "send": "^0.17.1",
59 "terraform": "1.20.*"
60 },
61 "devDependencies": {
62 "cheerio": "^0.22.0",
63 "mocha": "^8.4.0",
64 "nixt": "^0.5.1",
65 "request": "^2.88.0",
66 "should": "3.3.2"
67 },
68 "scripts": {
69 "test": "mocha --reporter spec -t 4000",
70 "test:fallbacks": "mocha test/fallbacks.js -t 3000",
71 "test:helpers": "mocha test/helpers.js -t 3000"
72 },
73 "license": "MIT",
74 "preferGlobal": true,
75 "readmeFilename": "README.md",
76 "bin": "./bin/harp",
77 "engines": {
78 "node": ">=6.x"
79 }
80}