-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "nodejs",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yet-developer/nodejs.git"
},
"author": "yet-developer",
"license": "ISC",
"bugs": {
"url": "https://github.com/yet-developer/nodejs/issues"
},
"homepage": "https://github.com/yet-developer/nodejs#readme",
"dependencies": {
"body-parser": "^1.15.2",
"connect-oriento": "^0.1.4",
"express": "^4.14.0",
"express-session": "^1.14.1",
"fb": "^1.1.1",
"feedly-node": "0.0.1",
"jade": "^1.11.0",
"multer": "^1.2.0",
"node-mysql": "^0.4.2",
"orientjs": "^2.2.2",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-feedly": "^0.1.2",
"passport-local": "^1.0.0",
"pbkdf2-password": "^1.1.0",
"prompt": ">= 0.2.11",
"pug": "^2.0.0-beta4",
"session-file-store": "^0.2.1"
},
"devDependencies": {},
"description": "node.js를 활용해서 서버를 구축하는 스터디를 해봅니다. 생활코딩 수업을 기준으로 스터디를 하고 토이 프로젝트를 진행합니다."
}