mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-06 10:25:18 +00:00
31 lines
889 B
JSON
31 lines
889 B
JSON
{
|
|
"name": "thrift",
|
|
"version": "0.20.0",
|
|
"description": "Thrift is a software framework for scalable cross-language services development.",
|
|
"main": "./src/thrift",
|
|
"author": {
|
|
"name": "Apache Thrift Developers",
|
|
"email": "dev@thrift.apache.org"
|
|
},
|
|
"bugs": "https://issues.apache.org/jira/projects/THRIFT/summary",
|
|
"homepage": "http://thrift.apache.org",
|
|
"repository": "https://github.com/apache/thrift",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"browserify": "~16.5",
|
|
"grunt": "^1.4.1",
|
|
"grunt-cli": "^1.4.3",
|
|
"grunt-contrib-concat": "~1.0",
|
|
"grunt-contrib-jshint": "~3.2",
|
|
"grunt-contrib-qunit": "~3.1",
|
|
"grunt-contrib-uglify": "~4.0",
|
|
"grunt-jsdoc": "~2.4",
|
|
"grunt-shell-spawn": "~0.4",
|
|
"jsdoc": "^3.6.7",
|
|
"jslint": "~0.12.1",
|
|
"json-int64": "~1.0.2",
|
|
"node-int64": "~0.4.0",
|
|
"nopt": "~4.0"
|
|
}
|
|
}
|