package.json
745 Bytes
{
"name": "oss-project",
"version": "1.0.0",
"description": "AWS Rekognition을 이용한 강아지 종류 분석입니다.",
"main": "app.js",
"dependencies": {
"aws-sdk": "^2.703.0",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.3",
"express": "^4.17.1",
"formidable": "^1.2.2",
"image-to-base64": "^2.1.0",
"mocha-jsdom": "^2.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"nodemon": "^2.0.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start" : "node bin/www"
},
"repository": {
"type": "git",
"url": "ssh://git@khuhub.khu.ac.kr:12959/2016101156/OSS-Project.git"
},
"author": "",
"license": "Apache License 2.0"
}