forked from OSWeekends/guilds.osweekends.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 777 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
{
"name": "guilds.osweekends.com",
"description": "...",
"version": "0.0.1",
"contributors": [
{
"name": "Chelo Quilón Gomez",
"email": "[email protected]"
},
{
"name": "Javier Gallego Martín",
"email": "[email protected]"
}
],
"homepage": "https://github.com/OSWeekends/guilds.osweekends.com",
"repository": {
"type": "git",
"url": "git://github.com/OSWeekends/guilds.osweekends.com"
},
"keywords": [],
"dependencies": {
"mongodb": "*",
"passport": "*",
"passport-github2": "*",
"pillars": ">=0.6.4"
},
"devDependencies": {},
"engines": {
"node": ">=6.9.5"
},
"main": "./index.js",
"scripts": {},
"preferGlobal": false,
"readmeFilename": "README.md",
"license": "MIT"
}