You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
riskcloudmock/package.json

20 lines
414 B

{
"name": "risk-cloud-mock",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"connect-multiparty": "^2.2.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"mockjs": "^1.1.0",
"moment": "^2.29.0",
"morgan": "~1.9.1",
"pug": "2.0.0-beta11"
}
}