Henrique Mendonça | 095ddb7 | 2013-09-20 19:38:03 +0200 | [diff] [blame] | 1 | { |
| 2 | "name": "thrift", |
James E. King III | 8935c98 | 2019-01-25 00:41:17 -0500 | [diff] [blame^] | 3 | "version": "0.13.0", |
| 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", |
Henrique Mendonça | 095ddb7 | 2013-09-20 19:38:03 +0200 | [diff] [blame] | 13 | "devDependencies": { |
Mustafa Senol Cosar | f86845e | 2018-12-05 17:50:18 +0300 | [diff] [blame] | 14 | "browserify": "^16.2.3", |
Philip Frank | 5066eb4 | 2018-03-07 20:49:25 +0100 | [diff] [blame] | 15 | "grunt": "^1.0.2", |
Nobuaki Sukegawa | 4b7dbe3 | 2016-05-25 12:09:02 +0900 | [diff] [blame] | 16 | "grunt-cli": "^1.2.0", |
James E. King, III | 699b5bc | 2017-09-14 08:07:08 -0700 | [diff] [blame] | 17 | "grunt-contrib-concat": "^1.0.1", |
Nobuaki Sukegawa | 4b7dbe3 | 2016-05-25 12:09:02 +0900 | [diff] [blame] | 18 | "grunt-contrib-jshint": "^1.0.0", |
Brian Forbis | b5d6ea3 | 2018-08-25 23:39:29 -0400 | [diff] [blame] | 19 | "grunt-contrib-qunit": "^3.0.1", |
James E. King, III | 699b5bc | 2017-09-14 08:07:08 -0700 | [diff] [blame] | 20 | "grunt-contrib-uglify": "^1.0.1", |
James E. King III | 2b09dfe | 2018-03-13 10:11:25 -0400 | [diff] [blame] | 21 | "grunt-jsdoc": "^2.2.1", |
| 22 | "grunt-shell-spawn": "^0.3.10", |
Mustafa Senol Cosar | f86845e | 2018-12-05 17:50:18 +0300 | [diff] [blame] | 23 | "jslint": "^0.12.0", |
| 24 | "node-int64": "^0.4.0" |
James E. King, III | 699b5bc | 2017-09-14 08:07:08 -0700 | [diff] [blame] | 25 | }, |
| 26 | "dependencies": { |
James E. King, III | 619218c | 2017-10-29 06:55:00 -0400 | [diff] [blame] | 27 | "jsdoc": "^3.5.5", |
Mustafa Senol Cosar | 129bb3e | 2019-01-22 17:33:09 +0300 | [diff] [blame] | 28 | "json-int64": "^1.0.0", |
James E. King, III | 699b5bc | 2017-09-14 08:07:08 -0700 | [diff] [blame] | 29 | "nopt": "^4.0.1" |
Henrique Mendonça | 095ddb7 | 2013-09-20 19:38:03 +0200 | [diff] [blame] | 30 | } |
henrique | a2de410 | 2014-02-07 14:12:56 +0100 | [diff] [blame] | 31 | } |