강상위

Basic modules and git settings

1 +node_modules
This diff is collapsed. Click to expand it.
1 +{
2 + "name": "my-broadcasting-ksw",
3 + "version": "1.0.0",
4 + "description": "- 오픈소스SW개발 프로젝트 - 관심있는 인물이 출연하는 방송 프로그램을 검색하여 나만의 편성표를 만든다.",
5 + "main": "index.js",
6 + "scripts": {
7 + "test": "echo \"Error: no test specified\" && exit 1"
8 + },
9 + "repository": {
10 + "type": "git",
11 + "url": "http://khuhub.khu.ac.kr/2013104043/my-broadcasting.git"
12 + },
13 + "author": "",
14 + "license": "ISC",
15 + "dependencies": {
16 + "cheerio": "^1.0.0-rc.2",
17 + "iconv": "^2.3.1",
18 + "request": "^2.88.0"
19 + }
20 +}