-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 908 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
{
"name": "moocrank"
, "description": "Search engine for employees to search courses"
, "version": "0.0.1"
, "author": [
{
"name": "Israel Gutiérrez",
"email": "igutierrez@inv.it.uc3m.es"
},
{
"name": "Derick Leony",
"email": "dleony@it.uc3m.es"
}
]
, "repository" : {
"type" : "git",
"url" : "http://github.com/gootyfer/moocrank.git"
}
, "dependencies": {
"mongodb": "1.2.8",
"xmldoc": "latest",
"express": "3.2.6",
"jade": "*",
"stylus": "*",
"scraper": "latest",
"bcrypt": "latest",
"mongoose": "latest",
"passport": "latest",
"passport-local": "latest",
"connect-ensure-login": "latest",
"connect-flash": "latest",
"natural": "latest",
"request": "latest"
}
, "engines": {
"node": "0.10.8",
"npm": "1.2.23"
}
}