forked from etsy/supergrep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (35 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
{
"name": "supergrep"
, "description": "Etsy Supergrep - streaming log viewer"
, "version": "0.3.0"
, "homepage": "http://blog.post.url/goes/here"
, "keywords": ["etsy", "supergrep", "realtime", "log", "viewer", "streaming", "grep", "tail"]
, "author": "Etsy Developers"
, "contributors": [
{ "name": "John Goulah", "email": "[email protected]" }
, { "name": "Seth Walker", "email": "[email protected]" }
, { "name": "Avleen Vig", "email": "[email protected]" }
, { "name": "Josh Halickman", "email": "[email protected]" }
, { "name": "Erik Kastner", "email": "[email protected]" }
, { "name": "Ramin Bozorgzadeh", "email": "[email protected]" }
, { "name": "Chris Fairbanks", "email": "[email protected]" }
, { "name": "Marcus Barczak", "email": "[email protected]" }
, { "name": "Chris Winberry", "email": "[email protected]" }
, { "name": "Sam Haskins", "email": "[email protected]" }
, { "name": "Keyur Govande", "email": "[email protected]" }
]
, "repository":{
"type": "git"
, "url": "https://github.com/etsy/supergrep"
}
, "dependencies": {
"dateformat": ">=1.x"
, "less": "1.1.x"
, "mime": "1.2.x"
, "socket.io": "0.8.x"
, "uglify-js": "1.2.x"
, "validator": "0.3.x"
, "express": ">=2.5.x"
}
, "engines": { "node": ">= 0.6.0" }
}