Mustafa Senol Cosar | f86845e | 2018-12-05 17:50:18 +0300 | [diff] [blame] | 1 | { |
| 2 | "name": "thrift", |
Jens Geyer | e02559f | 2019-10-17 00:11:59 +0200 | [diff] [blame] | 3 | "version": "0.14.0", |
James E. King III | 3f55994 | 2019-01-26 08:12:56 -0500 | [diff] [blame] | 4 | "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 Cosar | f86845e | 2018-12-05 17:50:18 +0300 | [diff] [blame] | 13 | "devDependencies": { |
| 14 | "@types/node-int64": "^0.4.29", |
| 15 | "@types/phantom": "^3.2.5", |
James E. King III | 3f55994 | 2019-01-26 08:12:56 -0500 | [diff] [blame] | 16 | "@types/qunit": "^2.5.4", |
Mustafa Senol Cosar | f86845e | 2018-12-05 17:50:18 +0300 | [diff] [blame] | 17 | "browserify": "^16.2.3", |
| 18 | "bufferutil": "^4.0.1", |
James E. King III | 3f55994 | 2019-01-26 08:12:56 -0500 | [diff] [blame] | 19 | "grunt": "^1.0.3", |
Mustafa Senol Cosar | f86845e | 2018-12-05 17:50:18 +0300 | [diff] [blame] | 20 | "grunt-cli": "^1.2.0", |
| 21 | "grunt-contrib-concat": "^1.0.1", |
| 22 | "grunt-contrib-jshint": "^1.0.0", |
James E. King III | 3f55994 | 2019-01-26 08:12:56 -0500 | [diff] [blame] | 23 | "grunt-contrib-qunit": "^3.1.0", |
Mustafa Senol Cosar | f86845e | 2018-12-05 17:50:18 +0300 | [diff] [blame] | 24 | "grunt-contrib-uglify": "^1.0.1", |
| 25 | "grunt-jsdoc": "^2.2.1", |
James E. King III | 3f55994 | 2019-01-26 08:12:56 -0500 | [diff] [blame] | 26 | "grunt-shell-spawn": "^0.3.12", |
Mustafa Senol Cosar | f86845e | 2018-12-05 17:50:18 +0300 | [diff] [blame] | 27 | "jslint": "^0.12.0", |
| 28 | "node-int64": "^0.4.0", |
| 29 | "phantom": "^6.0.3", |
James E. King III | 3f55994 | 2019-01-26 08:12:56 -0500 | [diff] [blame] | 30 | "typescript": "^3.2.4" |
Mustafa Senol Cosar | f86845e | 2018-12-05 17:50:18 +0300 | [diff] [blame] | 31 | }, |
| 32 | "dependencies": { |
| 33 | "bufferutil": "^4.0.1", |
| 34 | "jsdoc": "^3.5.5", |
Mustafa Senol Cosar | 129bb3e | 2019-01-22 17:33:09 +0300 | [diff] [blame] | 35 | "json-int64": "^1.0.0", |
Mustafa Senol Cosar | f86845e | 2018-12-05 17:50:18 +0300 | [diff] [blame] | 36 | "nopt": "^4.0.1" |
| 37 | }, |
| 38 | "types": "./thrift.d.ts" |
| 39 | } |