summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/thrift/lib/js/package.json
blob: 309622dfda83c668dba149f226d0bdcd9a8bbc46 (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
{
  "name": "thrift",
  "version": "0.13.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": {
    "browserify": "~16.2",
    "grunt": "~1.0",
    "grunt-cli": "~1.3",
    "grunt-contrib-concat": "~1.0",
    "grunt-contrib-jshint": "~2.1",
    "grunt-contrib-qunit": "~3.1",
    "grunt-contrib-uglify": "~4.0",
    "grunt-jsdoc": "~2.3",
    "grunt-shell-spawn": "~0.4",
    "jslint": "~0.12",
    "node-int64": "~0.4.0"
  },
  "dependencies": {
    "jsdoc": "~3.5",
    "json-int64": "~1.0",
    "nopt": "~4.0"
  }
}