blob: 1cd6c710033c327a8959c09e0649b57071ca75f5 [file] [log] [blame]
Mustafa Senol Cosarf86845e2018-12-05 17:50:18 +03001{
2 "name": "thrift",
Jens Geyere02559f2019-10-17 00:11:59 +02003 "version": "0.14.0",
James E. King III3f559942019-01-26 08:12:56 -05004 "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",
Mustafa Senol Cosarf86845e2018-12-05 17:50:18 +030013 "devDependencies": {
14 "@types/node-int64": "^0.4.29",
15 "@types/phantom": "^3.2.5",
James E. King III3f559942019-01-26 08:12:56 -050016 "@types/qunit": "^2.5.4",
Mustafa Senol Cosarf86845e2018-12-05 17:50:18 +030017 "browserify": "^16.2.3",
18 "bufferutil": "^4.0.1",
James E. King III3f559942019-01-26 08:12:56 -050019 "grunt": "^1.0.3",
Mustafa Senol Cosarf86845e2018-12-05 17:50:18 +030020 "grunt-cli": "^1.2.0",
21 "grunt-contrib-concat": "^1.0.1",
22 "grunt-contrib-jshint": "^1.0.0",
James E. King III3f559942019-01-26 08:12:56 -050023 "grunt-contrib-qunit": "^3.1.0",
Mustafa Senol Cosarf86845e2018-12-05 17:50:18 +030024 "grunt-contrib-uglify": "^1.0.1",
25 "grunt-jsdoc": "^2.2.1",
James E. King III3f559942019-01-26 08:12:56 -050026 "grunt-shell-spawn": "^0.3.12",
Mustafa Senol Cosarf86845e2018-12-05 17:50:18 +030027 "jslint": "^0.12.0",
28 "node-int64": "^0.4.0",
29 "phantom": "^6.0.3",
James E. King III3f559942019-01-26 08:12:56 -050030 "typescript": "^3.2.4"
Mustafa Senol Cosarf86845e2018-12-05 17:50:18 +030031 },
32 "dependencies": {
33 "bufferutil": "^4.0.1",
34 "jsdoc": "^3.5.5",
Mustafa Senol Cosar129bb3e2019-01-22 17:33:09 +030035 "json-int64": "^1.0.0",
Mustafa Senol Cosarf86845e2018-12-05 17:50:18 +030036 "nopt": "^4.0.1"
37 },
38 "types": "./thrift.d.ts"
39}