forked from MicrosoftWebMatrix/ExpressStarter
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 873 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 873 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
32
33
34
35
36
37
38
{
"name": "WebMatrixExpressStarter",
"version": "0.1.0",
"author": "The WebMatrix Team <webmatrix@microsoft.com>",
"description": "A complete boilerplate for building node applications on Windows Azure (or wherever)",
"contributors": [
{
"name": "Justin Beckwith",
"email": "justbe@microsoft.com"
}
],
"main": "./server.js",
"repository": {
"type": "git",
"url": "https://github.com/MicrosoftWebMatrix/ExpressStarter.git"
},
"keywords": [
"azure",
"boilerplate",
"express"
],
"dependencies" : {
"node-uuid": "1.3.3",
"everyauth": "0.2.32",
"nconf": "0.6.0",
"express": "2.5.10",
"jade": "0.26.3",
"less": "1.3.0",
"socket.io": "0.9.0",
"connect": "2.3.5",
"recaptcha": "1.1.0"
},
"noAnalyze": true,
"license": "Apache",
"engines": {
"node": ">=0.6.14"
}
}