forked from sintaxi/harp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 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
{
"name": "harp",
"version": "0.11.2",
"description": "Static web server with built in preprocessing",
"author": "Brock Whitten <[email protected]>",
"contributors": [
{ "name": "Brock Whitten", "email": "[email protected]" },
{ "name": "Rob Ellis", "email": "[email protected]" },
{ "name": "Jorge Pedret", "email": "[email protected]" },
{ "name": "Michael Brooks", "email": "[email protected]" },
{ "name": "Tommy-Carlos Williams", "email": "[email protected]" },
{ "name": "Darryl Pogue", "email": "[email protected]" },
{ "name": "Boris Mann", "email": "[email protected]" },
{ "name": "Kenneth Ormandy", "email": "[email protected]" },
{ "name": "Keith Yao", "email": "[email protected]" },
{ "name": "Eric Drechsel", "email": "[email protected]" },
{ "name": "Andrew Hobden", "email": "[email protected]" },
{ "name": "Max Melentiev", "email": "[email protected]" },
{ "name": "Remy Sharp", "email": "[email protected]" }
],
"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.6.2",
"commander": "2.0.0",
"connect": "2.9.0",
"fs-extra": "0.6.4",
"async": "0.2.9",
"mime": "1.2.11"
},
"devDependencies": {
"mocha": "1.8.1",
"should": "3.1.2",
"request": "2.30.0",
"cheerio": "~0.13.1"
},
"scripts": {
"test": "mocha --reporter spec -t 5000"
},
"license": "MIT",
"preferGlobal": true,
"readmeFilename": "README.md",
"bin": {
"harp": "./bin/harp"
},
"engines": {
"node": ">=0.8"
}
}