38 lignes
1.0 KiB
JSON
38 lignes
1.0 KiB
JSON
{
|
|
"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",
|
|
"jsdom": "~16.2.2",
|
|
"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",
|
|
"statman-stopwatch": "^2.11.1"
|
|
},
|
|
"_comments": "Dependencies are not included as part of Omniperf. It's the user's responsibility to accept any licensing implications before building the project."
|
|
}
|