forked from sintaxi/harp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.08 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
{
"name": "harp",
"version": "0.31.0",
"description": "Static web server with built in preprocessing",
"author": "Brock Whitten <[email protected]>",
"contributors": [
"Brock Whitten <[email protected]>",
"Rob Ellis <[email protected]>",
"Jorge Pedret <[email protected]>",
"Michael Brooks <[email protected]>",
"Tommy-Carlos Williams <[email protected]>",
"Darryl Pogue <[email protected]>",
"Boris Mann <[email protected]>",
"Kenneth Ormandy <[email protected]>",
"Keith Yao <[email protected]>",
"Eric Drechsel <[email protected]>",
"Andrew Hobden <[email protected]>",
"Max Melentiev <[email protected]>",
"Remy Sharp <[email protected]>",
"Zeke Sikelianos <[email protected]>",
"Marc Knaup <[email protected]>",
"Jurgen Van de Moere <[email protected]>",
"Marco Emrich <[email protected]>",
"Roger K <[email protected]>",
"Claus Colloseus <[email protected]>"
],
"keywords": [
"static web server",
"static site generator",
"sass",
"less",
"stylus",
"markdown",
"jade",
"ejs",
"coffeescript"
],
"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": {
"async": "0.2.9",
"basic-auth": "^2.0.1",
"browserify": "^16.2.3",
"commander": "^2.19.0",
"connect": "^3.6.6",
"download-github-repo": "^0.1.4",
"envy-json": "0.2.1",
"escape-html": "1.0.3",
"fs-extra": "1.x",
"mime-types": "^2.1.24",
"parseurl": "^1.3.2",
"pause": "0.1.0",
"send": "^0.17.1",
"terraform": "^1.9.0",
"watchify": "^3.11.1"
},
"devDependencies": {
"cheerio": "^0.22.0",
"mocha": "^6.2.0",
"nixt": "^0.5.1",
"request": "^2.88.0",
"should": "3.3.2"
},
"scripts": {
"test": "mocha --reporter spec -t 8000"
},
"license": "MIT",
"preferGlobal": true,
"readmeFilename": "README.md",
"bin": "./bin/harp",
"engines": {
"node": ">=6.x"
}
}