-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 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
37
38
39
40
41
42
43
44
45
{
"name": "projeto-vampeta",
"version": "0.0.1",
"description": "Projetão da cadeia",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rafapaulin/projetoVampeta.git"
},
"keywords": [
"RPG",
"Coop"
],
"author": "Rafael Paulin, Eduardo Maia, Gustavo Scopel",
"license": "ISC",
"bugs": {
"url": "https://github.com/rafapaulin/projetoVampeta/issues"
},
"homepage": "https://github.com/rafapaulin/projetoVampeta#readme",
"dependencies": {
"bcrypt": "^0.8.7",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-session": "^1.14.1",
"fs": "0.0.1-security",
"mkdirp": "^0.5.1",
"mongoose": "^4.6.1",
"mongoose-autopopulate": "^0.4.0",
"mongoose-unique-validator": "^1.0.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"slug": "^0.9.1",
"winston": "^2.2.0"
},
"devDependencies": {
"docdash": "^0.4.0",
"gulp": "^3.9.1",
"gulp-jsdoc3": "^1.0.0"
}
}