-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 896 Bytes
/
package.json
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
{
"name": "WebMatrixExpressSite",
"version": "0.2.0",
"author": "The WebMatrix Team <[email protected]>",
"description": "A simple boilerplate for building node applications on Windows Azure (or wherever)",
"contributors": [
{
"name": "Microsoft",
"email": "[email protected]"
}
],
"main": "./server.js",
"keywords": [
"azure",
"boilerplate",
"express"
],
"dependencies": {
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.5",
"express": "^4.13.4",
"express-session": "^1.14.2",
"mongodb": "^2.2.20",
"mssql": "^3.3.0",
"passport": "^0.3.2",
"passport-windowsauth": "^2.0.0",
"underscore": "^1.8.3"
},
"noAnalyze": true,
"license": "Apache",
"engines": {
"node": "~0.10.0 || ~4.2.0"
},
"devDependencies": {
"bower": "^1.8.0"
}
}