-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
53 lines (53 loc) · 1.2 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
48
49
50
51
52
53
{
"author": "Rackspace US, Inc.",
"name": "tryfer",
"description": "Port of the tryfer Twisted/Python tracing library and Zipkin client",
"version": "0.2.13",
"main": "./index",
"contributors": [
{
"name": "Ying Li",
"email": "[email protected]",
"url": "https://github.com/cyli"
},
{
"name": "Matt Kaniaris",
"email": "[email protected]",
"url": "http://kansface.com"
},
{
"name": "Tomaz Muraus",
"email": "[email protected]",
"url": "http://www.tomaz.me"
}
],
"repository": {
"type": "git",
"url": "https://github.com/racker/node-tryfer"
},
"dependencies": {
"thrift": "0.9.2",
"async": "0.1.22",
"request": "2.74.0",
"node-int64": "0.3.3"
},
"devDependencies": {
"express": ">= 3.2.6 < 3.3",
"nodeunit": "",
"underscore": "1.3.x",
"espresso": "",
"jshint": ">= 2.1.3 <= 2.2"
},
"optionalDependencies": {
"keystone-client": ">= 0.3.0",
"microtime": ">= 1.0.0",
"scribe": ""
},
"engines": {
"node": ">= 0.6.0 < 0.11"
},
"scripts": {
"test": "./bin/tester",
"lint": "./bin/lint.sh"
}
}