summaryrefslogtreecommitdiff
path: root/lib/ts/package.json
blob: 88fba82edcdf27d8bfc62a04a2313c66e4efdfb9 (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
{
  "name": "thrift",
  "version": "0.18.0",
  "description": "Thrift is a software framework for scalable cross-language services development.",
  "author": {
    "name": "Apache Thrift Developers",
    "email": "dev@thrift.apache.org"
  },
  "bugs": "https://issues.apache.org/jira/projects/THRIFT/summary",
  "homepage": "http://thrift.apache.org",
  "repository": "https://github.com/apache/thrift",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/node-int64": "^0.4.29",
    "@types/phantom": "^3.2.5",
    "@types/qunit": "^2.5.4",
    "browserify": "^16.2.3",
    "bufferutil": "^4.0.1",
    "grunt": "^1.4.1",
    "grunt-cli": "^1.4.3",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-jshint": "^3.2.0",
    "grunt-contrib-qunit": "^3.1.0",
    "grunt-contrib-uglify": "^1.0.1",
    "grunt-jsdoc": "^2.4.1",
    "grunt-shell-spawn": "^0.3.12",
    "jslint": "^0.12.0",
    "node-int64": "^0.4.0",
    "phantom": "^6.0.3",
    "typescript": "^3.2.4"
  },
  "dependencies": {
    "bufferutil": "^4.0.1",
    "jsdoc": "^3.6.7",
    "json-int64": "^1.0.0",
    "nopt": "^4.0.1"
  },
  "types": "./thrift.d.ts"
}