forked from sintaxi/harp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.44 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
{
"name": "harp",
"version": "0.11.1",
"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]" }
],
"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": "1.2.2",
"request": "2.30.0"
},
"scripts": {
"test": "mocha --reporter spec"
},
"license": "MIT",
"preferGlobal": true,
"readmeFilename": "README.md",
"bin": { "harp": "./bin/harp" },
"engines": {
"node": ">=0.8"
}
}