forked from ibolmo/openshift-express-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.24 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.24 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
{
"name": "openshift-express-example",
"version": "1.0.0",
"description": "",
"keywords": [],
"private": true,
"scripts": {
"start": "node server.js"
},
"author": {
"name": "Olmo Maldonado",
"email": "ibolmo@gmail.com",
"url": "http://github.com/ibolmo/"
},
"engines": {
"node": ">= 0.6.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"dotenv": "^2.0.0",
"express": "~4.13.4",
"express-session": "^1.14.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-livereload": "^3.8.1",
"gulp-nodemon": "^2.1.0",
"gulp-wait": "0.0.2",
"jade": "~1.11.0",
"mongoose": "^4.5.4",
"morgan": "~1.7.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"serve-favicon": "~2.3.0",
"socket.io": "^1.4.8",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.2.2",
"eslint-config-airbnb": "^10.0.0",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-react": "^6.0.0",
"express-livereload": "0.0.24"
},
"bundleDependencies": [],
"main": "server.js"
}