박규리

modified

1 { 1 {
2 "name": "holiday-counter-recommand-activity", 2 "name": "holiday-counter-recommand-activity",
3 "version": "1.0.0", 3 "version": "1.0.0",
4 - "description": "",
5 "main": "server.js", 4 "main": "server.js",
6 "scripts": { 5 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1", 6 "test": "echo \"Error: no test specified\" && exit 1",
...@@ -20,5 +19,7 @@ ...@@ -20,5 +19,7 @@
20 "request": "^2.88.2", 19 "request": "^2.88.2",
21 "xml-js": "^1.6.11", 20 "xml-js": "^1.6.11",
22 "xml2js": "^0.4.23" 21 "xml2js": "^0.4.23"
23 - } 22 + },
23 + "devDependencies": {},
24 + "description": ""
24 } 25 }
......