forked from harp/harp.sh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 912 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 912 Bytes
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
{
"name": "harpjs.com",
"version": "0.0.0",
"description": "The website for Harp, the static web server with built-in preprocessing.",
"homepage": "http://harpjs.com",
"private": true,
"author": "Chloi <info@chloi.io> (http://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/harpjs.com.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/harpjs.com are always appriciated.\" && exit 1",
"start": "harp server",
"deploy": "harp compile . ~/Dropbox/harp.io/apps/harpjs.harp.io/public"
}
}