UNPKG

2.12 kBJSONView Raw
1{
2 "name": "harp",
3 "version": "0.30.0",
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 "browserify": "^16.2.3",
49 "commander": "^2.19.0",
50 "connect": "^3.6.6",
51 "download-github-repo": "^0.1.4",
52 "envy-json": "0.2.1",
53 "escape-html": "1.0.3",
54 "fs-extra": "1.x",
55 "mime": "1.3.6",
56 "parseurl": "^1.3.2",
57 "pause": "0.1.0",
58 "send": "0.15.6",
59 "terraform": "^1.8.0",
60 "watchify": "^3.11.1"
61 },
62 "devDependencies": {
63 "cheerio": "^0.22.0",
64 "mocha": "^6.0.0",
65 "nixt": "^0.5.1",
66 "request": "^2.88.0",
67 "should": "3.3.2"
68 },
69 "scripts": {
70 "test": "mocha --reporter spec -t 8000"
71 },
72 "license": "MIT",
73 "preferGlobal": true,
74 "readmeFilename": "README.md",
75 "bin": "./bin/harp",
76 "engines": {
77 "node": ">=6.x"
78 }
79}