-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 920 Bytes
/
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
41
42
43
44
45
46
{
"name": "loook-at-me",
"version": "0.0.1",
"scripts": {
"start": "node server"
},
"author": {
"name": "wonmin lee",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/e2goon/loook-at-me"
},
"contributors": [
{
"name": "wonmin lee",
"email": "[email protected]",
"url": ""
},
{
"name": "sungyeol yim",
"email": "[email protected]",
"url": ""
}
],
"main": "server.js",
"dependencies": {
"express": "~3.x",
"compound": ">= 1.1.0",
"jugglingdb": ">= 0.1.0",
"jade": "latest",
"mongoose": "latest",
"stylus": "latest",
"co-assets-compiler": "*"
},
"devDependencies": {
"express": "latest",
"compound": "latest",
"jugglingdb": ">= 0.1.0",
"jade": "latest",
"mongoose": "latest",
"stylus": "latest",
"co-assets-compiler": "*"
}
}