1{ 2 "name": "thrift", 3 "version": "0.18.0", 4 "description": "Thrift is a software framework for scalable cross-language services development.", 5 "main": "./src/thrift", 6 "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", 14 "devDependencies": { 15 "browserify": "~16.5", 16 "grunt": "^1.4.1", 17 "grunt-cli": "^1.4.3", 18 "grunt-contrib-concat": "~1.0", 19 "grunt-contrib-jshint": "~3.2", 20 "grunt-contrib-qunit": "~3.1", 21 "grunt-contrib-uglify": "~4.0", 22 "grunt-jsdoc": "~2.4", 23 "grunt-shell-spawn": "~0.4", 24 "jsdoc": "^3.6.7", 25 "jslint": "~0.12.1", 26 "json-int64": "~1.0.2", 27 "node-int64": "~0.4.0", 28 "nopt": "~4.0" 29 } 30} 31