2024-05-09 13:38:23 +00:00
{
2024-11-01 12:20:21 -04:00
"name" : "amd-rocprofiler-compute-data-plugin" ,
2024-05-09 13:38:23 +00:00
"version" : "1.0.0" ,
"description" : "" ,
"main" : "server/mongo-proxy.js" ,
"scripts" : {
"build" : "./node_modules/grunt-cli/bin/grunt" ,
"test" : "./node_modules/grunt-cli/bin/grunt mochaTest'" ,
"server" : "cd server && node mongo-proxy.js"
},
"author" : "Audacious Software Group" ,
"license" : "MIT" ,
"devDependencies" : {
"@babel/preset-env" : "^7.24.5" ,
"babel" : "^6.23.0" ,
"chai" : "^4.3.6" ,
"grunt" : "^1.6.1" ,
"grunt-babel" : "^8.0.0" ,
"grunt-cli" : "^1.4.3" ,
"grunt-contrib-clean" : "^1.1.0" ,
"grunt-contrib-copy" : "^1.0.0" ,
"grunt-contrib-uglify" : "^5.2.1" ,
"grunt-contrib-watch" : "^1.1.0" ,
"grunt-mocha-test" : "^0.13.3" ,
"jsdom" : "^20.0.0" ,
"liftoff" : "^5.0.0" ,
"load-grunt-tasks" : "^3.5.2" ,
"prunk" : "^1.3.0" ,
"q" : "^1.5.0"
},
"dependencies" : {
"body-parser" : "^1.18.3" ,
"config" : "^1.30.0" ,
"express" : "^4.17.3" ,
"fs" : "0.0.1-security" ,
"lodash" : "^4.17.21" ,
"mocha" : "^10.4.0" ,
"moment" : "^2.29.4" ,
"mongodb" : "^4.12.1" ,
"statman-stopwatch" : "^2.7.0"
},
2024-11-01 12:20:21 -04:00
"_comments" : "Dependencies are not included as part of ROCm Compute Profiler. It's the user's responsibility to accept any licensing implications before building the project."
2024-05-09 13:38:23 +00:00
}