]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/thrift/lib/js/package.json
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / thrift / lib / js / package.json
CommitLineData
f67539c2
TL
1{
2 "name": "thrift",
3 "version": "0.13.0",
4 "description": "Thrift is a software framework for scalable cross-language services development.",
5 "author": {
6 "name": "Apache Thrift Developers",
7 "email": "dev@thrift.apache.org"
8 },
9 "bugs": "https://issues.apache.org/jira/projects/THRIFT/summary",
10 "homepage": "http://thrift.apache.org",
11 "repository": "https://github.com/apache/thrift",
12 "license": "Apache-2.0",
13 "devDependencies": {
14 "browserify": "~16.2",
15 "grunt": "~1.0",
16 "grunt-cli": "~1.3",
17 "grunt-contrib-concat": "~1.0",
18 "grunt-contrib-jshint": "~2.1",
19 "grunt-contrib-qunit": "~3.1",
20 "grunt-contrib-uglify": "~4.0",
21 "grunt-jsdoc": "~2.3",
22 "grunt-shell-spawn": "~0.4",
23 "jslint": "~0.12",
24 "node-int64": "~0.4.0"
25 },
26 "dependencies": {
27 "jsdoc": "~3.5",
28 "json-int64": "~1.0",
29 "nopt": "~4.0"
30 }
31}