summaryrefslogtreecommitdiff
path: root/package.json
blob: b03fc575826daf5a0746b0ec01c9513f7d998a95 (plain)
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
{
  "name": "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": "1.0.0-dev",
  "author": {
    "name": "Apache Thrift Developers",
    "email": "dev@thrift.apache.org",
    "url": "http://thrift.apache.org"
  },
  "license": "Apache-2.0",
  "licenses": [
    {
      "type": "Apache-2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ],
  "bugs": {
    "mail": "dev@thrift.apache.org",
    "url": "https://issues.apache.org/jira/browse/THRIFT"
  },
  "files": [
    "lib/nodejs/lib/thrift",
    "lib/nodejs/README.md"
  ],
  "directories": {
    "lib": "./lib/nodejs/lib/thrift"
  },
  "main": "./lib/nodejs/lib/thrift",
  "engines": {
    "node": ">= 4.1.0"
  },
  "dependencies": {
    "node-int64": "^0.4.0",
    "q": "^1.5.0",
    "ws": "^5.0.0"
  },
  "devDependencies": {
    "buffer-equals": "^1.0.4",
    "commander": "^2.14.1",
    "connect": "^3.6.6",
    "istanbul": "^0.4.5",
    "jsdoc": "^3.5.5",
    "phantomjs-prebuilt": "^2.1.16",
    "tape": "^4.9.0",
    "utf-8-validate": "^4.0.0"
  },
  "scripts": {
    "cover": "lib/nodejs/test/testAll.sh COVER",
    "test": "lib/nodejs/test/testAll.sh"
  }
}