-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.4 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
54
55
56
57
58
59
60
61
62
63
{
"name": "fast-thrift",
"description": "node.js bindings for the Apache Thrift RPC system",
"homepage": "http://thrift.apache.org/",
"repository": {
"type": "git",
"url": "https://git-wip-us.apache.org/repos/asf/thrift.git"
},
"version": "0.9.2",
"author": {
"name": "Apache Thrift Developers",
"email": "dev@thrift.apache.org",
"url": "http://thrift.apache.org"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs": {
"url": "https://issues.apache.org/jira/browse/THRIFT"
},
"directories": {
"lib": "./lib/thrift"
},
"main": "./lib/thrift",
"engines": {
"node": ">= 0.2.4"
},
"dependencies": {
"lodash": "^3.1.0",
"node-int64": "~0.3.0",
"nodeunit": "~0.8.0",
"q": "1.0.x"
},
"devDependencies": {
"connect": "2.7.x",
"commander": "2.1.x"
},
"scripts": {
"test": "test/testAll.sh"
},
"_from": "thrift@*",
"_npmVersion": "1.3.10",
"_npmUser": {
"name": "jfarrell",
"email": "jfarrell@apache.org"
},
"maintainers": [
{
"name": "wadey",
"email": "wade@wades.im"
},
{
"name": "jfarrell",
"email": "jfarrell@apache.org"
}
],
"_shasum": "deeab77298ad4395ba5e6da75dd6915a32691fd7",
"_resolved": "https://registry.npmjs.org/thrift/-/thrift-0.9.2.tgz",
"readme": "ERROR: No README data found!"
}