-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.05 KB
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
{
"name": "harp.sh",
"version": "0.0.0",
"description": "The website for Harp, the static web server with built-in preprocessing.",
"homepage": "https://harp.sh",
"private": true,
"author": "Chloi <info@chloi.io> (https://chloi.io)",
"contributors": [
"Brock Whitten <brock@chloi.io>",
"Rob Ellis <rob@chloi.io>",
"Jorge Pedret <jorge@chloi.io>",
"Kenneth Ormandy <kenneth@chloi.io>"
],
"repository": "git@github.com:harp/harp.sh.git",
"keywords": [
"static web server",
"static site generator",
"website",
"docs",
"documentation",
"sass",
"less",
"stylus",
"markdown",
"jade",
"ejs",
"coffeescript"
],
"scripts": {
"test": "echo \"Error: no test specified…yet! Pull requests on harp/harp.sh are always appriciated.\"",
"start": "harp public",
"compile": "harp public www",
"deploy": "npm run compile && surge ./www harp.sh"
},
"devDependencies": {
"harp": "0.20.0",
"install": "^0.13.0",
"less": "^4.3.0",
"npm": "^11.3.0",
"surge": "latest"
}
}