-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
45 lines (45 loc) · 1011 Bytes
/
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": "gutsy",
"bin": "./bin/gutsy",
"contributors": [
"Brandon Philips <[email protected]>",
"Lucy Mendel <[email protected]>",
"Felix Sargent <[email protected]>",
"Matt Kaniaris <[email protected]>"
],
"version": "0.0.1",
"dependencies": {
"async": "0.1.x",
"connect": "1.7.x",
"elementtree": "0.1.x",
"express": "2.5.x",
"jade": "0.20.x",
"jshint": "0.5.x",
"JSV": "4.x",
"logmagic": "0.1.x",
"newrelicapi": "0.0.2",
"nock": "0.10.x",
"optimist": "0.2.x",
"request": "2.2.x",
"sprintf": "0.1.x",
"underscore": "1.3.x",
"whiskey": "0.6.x",
"wordwrap": "0.x",
"markdown-js": "0.x"
},
"devDependencies": {
"jscoverage": "~0.1.4"
},
"engines": {
"node": ">=0.4.1 <0.7.0"
},
"repository": {
"type": "git",
"url": "git://github.com/rackers/gutsy.git"
},
"scripts": {
"test": "./bin/test",
"start": "./bin/gutsy",
"crawl": "./bin/gutsy --crawl"
}
}