-
Notifications
You must be signed in to change notification settings - Fork 342
/
Copy pathpackage.json
81 lines (81 loc) · 2.24 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "harp",
"version": "0.46.1",
"description": "Static Web Server/Generator/Bundler",
"author": "Brock Whitten <brock@chloi.io>",
"contributors": [
"Brock Whitten <brock@chloi.io>",
"Rob Ellis <rob@chloi.io>",
"Jorge Pedret <jorge@chloi.io>",
"Michael Brooks <michael@michaelbrooks.ca>",
"Tommy-Carlos Williams <tommy@devgeeks.org>",
"Darryl Pogue <darryl@dpogue.ca>",
"Boris Mann <boris@bmannconsulting.com>",
"Kenneth Ormandy <kenneth@chloi.io>",
"Keith Yao <i@yaofur.com>",
"Eric Drechsel <eric@pdxhub.org>",
"Andrew Hobden <andrew@hoverbear.org>",
"Max Melentiev <printercu@gmail.com>",
"Remy Sharp <remy@remysharp.com>",
"Zeke Sikelianos <zeke@sikelianos.com>",
"Marc Knaup <marc.knaup@koeln.de>",
"Jurgen Van de Moere <jurgen.van.de.moere@gmail.com>",
"Marco Emrich <m.emrich@webmasters.de>",
"Roger K <misterhtmlcss@gmail.com>",
"Claus Colloseus <ccprog@gmx.de>",
"mannyluvstacos <mannyis@typingona.computer>",
"Marcos Lopez C <MarcosLopezC@live.com>"
],
"keywords": [
"static web server",
"static site generator",
"sass",
"markdown",
"jade",
"ejs",
"cjs",
"jsx"
],
"homepage": "http://harpjs.com",
"bugs": "http://github.com/sintaxi/harp/issues",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/sintaxi/harp.git"
},
"dependencies": {
"@colors/colors": "1.5.0",
"async": "0.2.9",
"basic-auth": "2.0.1",
"boxt": "1.1.2",
"connect": "3.7.0",
"envy-json": "0.2.1",
"fs-extra": "10.1.0",
"human-readable-numbers": "0.9.5",
"mime-types": "2.1.35",
"minimist": "1.2.6",
"on-finished": "^2.4.1",
"parseurl": "1.3.3",
"pause": "0.1.0",
"send": "0.18.0",
"terraform": "1.22.1"
},
"devDependencies": {
"axios": "0.27.2",
"mocha": "10.0.0",
"should": "3.3.2"
},
"scripts": {
"prepare": "git config core.hooksPath ./hooks",
"test": "mocha --reporter spec -t 4000",
"test:fallbacks": "mocha test/fallbacks.js -t 3000",
"test:helpers": "mocha test/helpers.js -t 3000"
},
"license": "MIT",
"preferGlobal": true,
"readmeFilename": "README.md",
"bin": "./bin/harp",
"engines": {
"node": ">=6.x"
}
}