package.json
462 Bytes
{
"name": "oss-project",
"version": "1.0.0",
"description": "KindOfYourDog",
"main": "app.js",
"dependencies": {
"aws-sdk": "^2.689.0",
"express": "^4.17.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start":"node app.js"
},
"repository": {
"type": "git",
"url": "ssh://git@khuhub.khu.ac.kr:12959/2016101156/OSS-Project.git"
},
"author": "",
"license": "ISC"
}