-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
44 lines (44 loc) · 1.01 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
41
42
43
44
{
"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.7.1"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1"
},
"engines": {
"node": ">=6.9.5"
},
"main": "./index.js",
"scripts": {},
"preferGlobal": false,
"readmeFilename": "README.md",
"license": "MIT"
}