forked from OfficeDev/Microsoft-Teams-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 689 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 689 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
{
"name": "connector-poc",
"version": "1.0.0",
"main": "server.js",
"dependencies": {
"async": "^2.3.0",
"body-parser": "^1.17.1",
"config": "^1.26.2",
"cookie-parser": "^1.4.3",
"express": "^4.15.2",
"express-partials": "^0.3.0",
"express-session": "^1.15.2",
"jade": "^1.11.0",
"method-override": "^2.3.8",
"mongoose": "^4.9.5",
"node-uuid": "^1.4.8",
"passport": "^0.3.2",
"passport-github2": "^0.1.10",
"restler": "^3.4.0",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": ""
}