-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.06 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
{
"name": "mattermost-oauth2-client-sample-app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "babel-node ./bin/www"
},
"dependencies": {
"babel-polyfill": "6.9.1",
"body-parser": "1.17.2",
"cookie-parser": "1.4.3",
"express": "4.15.4",
"express-session": "1.13.0",
"hbs": "4.0.1",
"isomorphic-fetch": "2.2.1",
"mattermost-redux": "mattermost/mattermost-redux",
"morgan": "1.9.1",
"nconf": "0.8.4",
"passport": "0.4.0",
"passport-oauth2": "1.3.0",
"serve-favicon": "2.4.3"
},
"devDependencies": {
"babel-cli": "6.10.1",
"babel-loader": "7.1.2",
"babel-plugin-module-resolver": "2.7.1",
"babel-plugin-transform-runtime": "6.9.0",
"babel-preset-es2015": "6.9.0",
"babel-preset-stage-0": "6.24.1",
"babel-runtime": "6.9.2",
"debug": "3.1.0"
},
"description": "Sample OAuth client app for Mattermost OAuth 2.0 provider",
"repository": "git@github.com:enahum/mattermost-oauth2-client-sample.git",
"author": "Elias Nahum <nahumhbl@gmail.com>",
"license": "MIT"
}