-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.43 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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "rpg-am",
"version": "0.1.4",
"description": "A character sheet generator and manager, among other stuff.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/rafapaulin/rpg-am"
},
"keywords": [
"RPG",
"Character",
"Sheet",
"Manager",
"DnD5"
],
"author": "Rafael Eduardo Paulin",
"license": "ISC",
"bugs": {
"url": "https://github.com/rafapaulin/rpg-am/issues"
},
"homepage": "https://github.com/rafapaulin/rpg-am#readme",
"dependencies": {
"bcrypt": "^0.8.5",
"body-parser": "^1.14.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"mkdirp": "^0.5.1",
"mongoose": "^4.4.4",
"mongoose-autopopulate": "^0.4.0",
"mongoose-findorcreate": "^0.1.2",
"mongoose-unique-validator": "^1.0.2",
"normalize.css": "^3.0.3",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"rand-token": "^0.2.1",
"randomstring": "^1.1.4",
"serve-favicon": "^2.3.0",
"slug": "^0.9.1",
"winston": "^2.1.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-inject": "^3.0.0",
"stream-series": "^0.1.1"
}
}