blob: 1a1ccdc85a89753894364436d651d3ec7b8c8a84 [file] [log] [blame]
Mustafa Senol Cosarf86845e2018-12-05 17:50:18 +03001{
2 "name": "thrift",
3 "version": "1.0.0",
4 "devDependencies": {
5 "@types/node-int64": "^0.4.29",
6 "@types/phantom": "^3.2.5",
7 "@types/qunit": "^2.5.3",
8 "browserify": "^16.2.3",
9 "bufferutil": "^4.0.1",
10 "grunt": "^1.0.2",
11 "grunt-cli": "^1.2.0",
12 "grunt-contrib-concat": "^1.0.1",
13 "grunt-contrib-jshint": "^1.0.0",
14 "grunt-contrib-qunit": "^3.0.1",
15 "grunt-contrib-uglify": "^1.0.1",
16 "grunt-jsdoc": "^2.2.1",
17 "grunt-shell-spawn": "^0.3.10",
18 "jslint": "^0.12.0",
19 "node-int64": "^0.4.0",
20 "phantom": "^6.0.3",
21 "typescript": "^3.2.2"
22 },
23 "dependencies": {
24 "bufferutil": "^4.0.1",
25 "jsdoc": "^3.5.5",
Mustafa Senol Cosar129bb3e2019-01-22 17:33:09 +030026 "json-int64": "^1.0.0",
Mustafa Senol Cosarf86845e2018-12-05 17:50:18 +030027 "nopt": "^4.0.1"
28 },
29 "types": "./thrift.d.ts"
30}