송효섭

express package.json initialized

1 +{
2 + "name": "culturegallery",
3 + "version": "1.0.0",
4 + "description": "공연문화정보 API 기반의 문화,전시 카테고리화 정보제공 및 구독 웹서비스",
5 + "main": "app.js",
6 + "scripts": {
7 + "start": "node app.js",
8 + "test": "echo \"Error: no test specified\" && exit 1"
9 + },
10 + "repository": {
11 + "type": "git",
12 + "url": "http://khuhub.khu.ac.kr/2019102210/CultureGallery.git"
13 + },
14 + "author": "Hyoseob Song",
15 + "license": "MIT",
16 + "dependencies": {
17 + "express": "^4.17.1"
18 + }
19 +}
...\ No newline at end of file ...\ No newline at end of file