-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·36 lines (36 loc) · 1.11 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
{
"name": "bisbardas",
"description": "Servidor de la web personal de Aitor González Fernández",
"version": "0.0.1",
"homepage": "https://github.com/Reimashi/bisbardas",
"bugs": {
"url": "https://github.com/Reimashi/bisbardas/issues"
},
"license": "AGPL-3.0",
"dependencies": {
"body-parser": "^1.9.2",
"busboy": "^0.2.9",
"connect-busboy": "0.0.2",
"express": ">4.7.0",
"express-session": "^1.9.3",
"express-validator": "^2.7.0",
"i18n": "^0.5.0",
"mongoose": ">3.6.0",
"serve-favicon": "^2.1.7",
"swig": "^1.4.2"
},
"contributors": [
"Aitor González Fernández <reimashi@gmail.com> (https://plus.google.com/u/0/+AitorGonzálezFernández)",
"Hector Riopedre López <riopedre2001@gmail.com> (https://plus.google.com/u/0/+HectorRiopedreLopez)",
"Adrián González Barbosa <adrian.gonzalez.barbosa@gmail.com> (https://plus.google.com/u/0/+AdrianGonzalezBarbosa)"
],
"repository": {
"type": "git",
"url": "https://github.com/Reimashi/bisbardas.git"
},
"private": true,
"main": "index.js",
"scripts": {
"start": "node index.js"
}
}