forked from sintaxi/harp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.22 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
{
"name": "harp",
"version": "0.8.11",
"description": "Harp is an Asset Pipeline Framework for easily building robust web applications.",
"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]" }
],
"main": "./lib/index.js",
"dependencies":{
"terraform": "0.4.10",
"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",
"readmeFilename": "README.md",
"bin": { "harp": "./bin/harp" }
}