-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 854 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
37
38
39
40
41
42
{
"name": "PortalGueime",
"version": "0.1.0",
"author": "Gueime",
"description": "O melhor site de Games do Brasil",
"contributors": [
{
"name": "Andre Lucas",
"email": "[email protected]"
}
],
"main": "./server.js",
"keywords": [
"azure",
"boilerplate",
"express"
],
"dependencies": {
"jade": "*",
"express": "~3.5.2",
"mongoose": "*",
"passport": "*",
"stylus": "~0.44.0",
"passport-local": "*",
"passport-facebook": "*",
"passport-twitter": "*",
"passport-google-oauth": "*",
"connect-flash": "*",
"bcrypt-nodejs": "*",
"newrelic": "~1.5.3",
"ip": "*",
"connect-mongo": "*",
"node-transloadit": "*",
"nodemailer": "*",
"async": "~0.8.0"
},
"noAnalyze": true,
"license": "Apache",
"engines": {
"node": ">=0.6.14"
}
}