-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
39 lines (39 loc) · 1019 Bytes
/
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
{
"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 <[email protected]> (http://chloi.io)",
"contributors": [
"Brock Whitten <[email protected]>",
"Rob Ellis <[email protected]>",
"Jorge Pedret <[email protected]>",
"Kenneth Ormandy <[email protected]>"
],
"repository": "[email protected]: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.\"",
"start": "harp server",
"compile": "harp compile",
"deploy": "npm run compile && surge ./www harpjs.com"
},
"devDependencies": {
"harp": "0.20.0",
"surge": "latest"
}
}