thrift/lib/js/package.json
Randy Abernethy 5bde9f75b8 THRIFT-2970:grunt-jsdoc fails due to dependency issues
Client: JS Lib
Patch: Randy Abernethy
2015-01-31 06:19:21 -08:00

15 lines
343 B
JSON

{
"name": "thrift",
"version": "1.0.0",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-qunit": "~0.2.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-jsdoc": "^0.6.0",
"grunt-external-daemon": "~1.1.0",
"grunt-shell": "~0.6.4"
}
}