UNPKG

2.25 kBJSONView Raw
1{
2 "name": "harp",
3 "version": "0.46.0",
4 "description": "Static Web Server/Generator/Bundler",
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 "mannyluvstacos <mannyis@typingona.computer>"
27 ],
28 "keywords": [
29 "static web server",
30 "static site generator",
31 "sass",
32 "markdown",
33 "jade",
34 "ejs",
35 "cjs",
36 "jsx"
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 "@colors/colors": "1.5.0",
47 "async": "0.2.9",
48 "basic-auth": "2.0.1",
49 "boxt": "1.1.2",
50 "connect": "3.7.0",
51 "envy-json": "0.2.1",
52 "fs-extra": "10.1.0",
53 "human-readable-numbers": "0.9.5",
54 "mime-types": "2.1.35",
55 "minimist": "1.2.6",
56 "on-finished": "^2.4.1",
57 "parseurl": "1.3.3",
58 "pause": "0.1.0",
59 "send": "0.18.0",
60 "terraform": "1.22.1"
61 },
62 "devDependencies": {
63 "axios": "0.27.2",
64 "mocha": "10.0.0",
65 "should": "3.3.2"
66 },
67 "scripts": {
68 "prepare": "git config core.hooksPath ./hooks",
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}