2022-11-04 14:49:36 -05:00
{
"name" : "amd-omniperf-data-plugin" ,
"version" : "1.0.0" ,
"description" : "" ,
"main" : "server/mongo-proxy.js" ,
"scripts" : {
"build" : "gulp" ,
"test" : "echo 'No test found'" ,
"server" : "cd server && node mongo-proxy.js"
},
"author" : "Audacious Software Group" ,
"license" : "MIT" ,
"devDependencies" : {
"babel-core" : "^6.26.3" ,
"babel-plugin-transform-es2015-for-of" : "^6.23.0" ,
"babel-plugin-transform-es2015-modules-systemjs" : "^6.24.1" ,
"babel-preset-es2015" : "^6.24.1" ,
"chai" : "~4.2.0" ,
"gulp" : "^4.0.2" ,
"gulp-babel" : "^7.0.1" ,
2023-11-20 12:57:29 -06:00
"jsdom" : ">=16.5.0" ,
2022-11-04 14:49:36 -05:00
"prunk" : "^1.3.1" ,
"q" : "^1.5.1"
},
"dependencies" : {
"body-parser" : "^1.19.0" ,
"config" : "^3.3.1" ,
"express" : "^4.17.1" ,
"fs" : "0.0.1-security" ,
"lodash" : "^4.17.15" ,
"mocha" : "^7.1.2" ,
"moment" : "^2.24.0" ,
"mongodb" : "^3.5.7" ,
2024-03-05 12:16:23 -05:00
"statman-stopwatch" : "^2.18.0"
2022-11-04 14:49:36 -05:00
},
"_comments" : "Dependencies are not included as part of Omniperf. It's the user's responsibility to accept any licensing implications before building the project."
}