forked from mattermost/mattermost-oauth2-client-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 782 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 782 Bytes
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
{
"name": "mattermost-sample-app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "babel-node ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-session": "^1.13.0",
"hbs": "~3.1.0",
"mattermost": "arxes-tolina/mattermost-driver-javascript",
"morgan": "~1.6.1",
"nconf": "^0.8.4",
"passport": "^0.3.2",
"passport-oauth2": "^1.3.0",
"serve-favicon": "~2.3.0",
"babel-cli": "^6.10.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-runtime": "^6.9.2"
},
"devDependencies": {
"webpack": "^2.2.1"
}
}