blob: b75019deb05e385345222126a3afce7b07473842 [file] [log] [blame]
Henrique Mendonça095ddb72013-09-20 19:38:03 +02001{
2 "name": "thrift",
Jens Geyer616df982019-10-19 22:08:13 +02003 "version": "0.14.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": {
James E. King III522f8732019-05-10 15:17:33 -040015 "browserify": "~16.2",
16 "grunt": "~1.0",
17 "grunt-cli": "~1.3",
18 "grunt-contrib-concat": "~1.0",
19 "grunt-contrib-jshint": "~2.1",
20 "grunt-contrib-qunit": "~3.1",
21 "grunt-contrib-uglify": "~4.0",
22 "grunt-jsdoc": "~2.3",
23 "grunt-shell-spawn": "~0.4",
24 "jslint": "~0.12",
25 "node-int64": "~0.4.0"
James E. King, III699b5bc2017-09-14 08:07:08 -070026 },
27 "dependencies": {
James E. King III522f8732019-05-10 15:17:33 -040028 "jsdoc": "~3.5",
29 "json-int64": "~1.0",
30 "nopt": "~4.0"
Henrique Mendonça095ddb72013-09-20 19:38:03 +020031 }
henriquea2de4102014-02-07 14:12:56 +010032}