-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.72 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.72 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "gallon-dashboard",
"version": "1.0.0",
"description": "Gallon Dashboard & REST API",
"repository": {
"type": "git",
"url": "https://github.com/dycodedev/node-base-rest-api.git"
},
"main": "app.js",
"keywords": [
"nodejs",
"node",
"base",
"template",
"app",
"bootstrap"
],
"contributors": [
{
"name": "Nurul Arif Setiawan",
"email": "arif@dycode.com"
},
{
"name": "Benget Nata",
"email": "bentinata@gmail.com"
},
{
"name": "Alwin Arrasyid",
"email": "winter@dycode.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dycodedev/node-base-rest-api/issues"
},
"dependencies": {
"async": "~1.4.2",
"azure-iothub": "^1.0.3",
"baucis": "^1.6.3",
"bcryptjs": "~2.3.0",
"body-parser": "~1.14.1",
"connect-flash": "~0.1.1",
"connect-mongo": "~0.8.2",
"cookie-parser": "~1.4.0",
"express": "~4.13.3",
"express-session": "~1.11.3",
"formidable": "~1.0.17",
"fs-extra": "^0.24.0",
"i18n": "~0.5.0",
"include-all": "~0.1.6",
"lodash": "~3.10.1",
"moment": "~2.10.6",
"mongodb": "~2.0.45",
"mongoose": "~4.1.10",
"mongoose-unique-validator": "^0.5.1",
"mongoose-validator": "^1.2.4",
"monguurl": "^0.1.0",
"morgan": "~1.6.1",
"nodemailer": "~1.7.0",
"nodemailer-html-to-text": "~1.0.2",
"oauth2orize": "^1.0.1",
"passport": "^0.3.0",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"passport-oauth2-client-password": "^0.1.2",
"sails-build-dictionary": "~0.10.1",
"swig": "~1.4.2"
},
"devDependencies": {
"chai": "^3.3.0",
"mocha": "^2.3.3"
}
}