blob: ff57bf71e54221bb5112ac2b0e49a2c5f084b503 [file] [log] [blame]
Henrique Mendonça095ddb72013-09-20 19:38:03 +02001{
2 "name": "thrift",
Jens Geyer6868ebb2022-01-20 21:02:02 +01003 "version": "0.17.0",
James E. King III8935c982019-01-25 00:41:17 -05004 "description": "Thrift is a software framework for scalable cross-language services development.",
Anton Golubcf95fef2019-11-24 22:13:40 +03005 "main": "./src/thrift",
James E. King III8935c982019-01-25 00:41:17 -05006 "author": {
7 "name": "Apache Thrift Developers",
8 "email": "dev@thrift.apache.org"
9 },
10 "bugs": "https://issues.apache.org/jira/projects/THRIFT/summary",
11 "homepage": "http://thrift.apache.org",
12 "repository": "https://github.com/apache/thrift",
13 "license": "Apache-2.0",
Henrique Mendonça095ddb72013-09-20 19:38:03 +020014 "devDependencies": {
Mario Emmenlauerf8b36982020-02-22 10:47:31 +010015 "browserify": "~16.5",
Jens Geyer2b8be512021-10-22 09:16:43 +020016 "grunt": "^1.4.1",
17 "grunt-cli": "^1.4.3",
James E. King III522f8732019-05-10 15:17:33 -040018 "grunt-contrib-concat": "~1.0",
19 "grunt-contrib-jshint": "~2.1",
20 "grunt-contrib-qunit": "~3.1",
21 "grunt-contrib-uglify": "~4.0",
Mario Emmenlauerf8b36982020-02-22 10:47:31 +010022 "grunt-jsdoc": "~2.4",
James E. King III522f8732019-05-10 15:17:33 -040023 "grunt-shell-spawn": "~0.4",
Henry Catalini Smith80e0d532021-06-03 10:28:58 +020024 "jsdoc": "^3.6.7",
Mario Emmenlauerf8b36982020-02-22 10:47:31 +010025 "jslint": "~0.12.1",
26 "json-int64": "~1.0.2",
Cameron Rollheiser3a2a44b2020-01-21 12:02:22 -050027 "node-int64": "~0.4.0",
James E. King III522f8732019-05-10 15:17:33 -040028 "nopt": "~4.0"
Henrique Mendonça095ddb72013-09-20 19:38:03 +020029 }
henriquea2de4102014-02-07 14:12:56 +010030}