forked from sintaxi/harp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.48 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
{
"name": "harp",
"version": "0.9.3",
"description": "Production ready web server with built in pre-processing",
"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]" }
],
"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.5.3",
"commander": "1.1.1",
"connect": "2.7.0",
"fs-extra": "0.3.2",
"jade": "0.27.7",
"mkdirp": "0.3.4",
"async": "0.2.9",
"less": "1.3.1",
"mime": "1.2.9"
},
"devDependencies": {
"mocha": "1.8.1",
"should": "1.2.2",
"superagent": "0.12.4"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"license": "MIT",
"preferGlobal": true,
"readmeFilename": "README.md",
"bin": { "harp": "./bin/harp" },
"engines": {
"node": ">=0.8"
}
}