forked from sintaxi/harp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.67 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
{
"name": "harp",
"version": "0.17.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]>"
],
"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": {
"terraform": "0.11.0",
"commander": "2.0.0",
"connect": "2.9.0",
"async": "0.2.9",
"fs-extra": "0.18.2",
"mime": "1.2.11",
"download-github-repo": "0.1.3",
"envy-json": "0.2.1"
},
"devDependencies": {
"mocha": "1.8.1",
"should": "3.1.2",
"request": "2.30.0",
"cheerio": "~0.13.1",
"nixt": "~0.3.0"
},
"scripts": {
"test": "mocha --reporter spec -t 5000"
},
"license": "MIT",
"preferGlobal": true,
"readmeFilename": "README.md",
"bin": "./bin/harp",
"engines": {
"node": ">=0.10"
}
}