-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
30 lines (30 loc) · 821 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
{
"name": "express-session-azure",
"description": "Node.js express session store provider for Windows Azure table storage",
"main": "./lib/express-session-azure",
"author": "Aaron Silvas",
"version": "0.2.3",
"repository" : {
"type" : "git",
"url" : "https://github.com/asilvas/express-session-azure.git"
},
"bugs" : {
"url" : "https://github.com/asilvas/express-session-azure/issues"
},
"dependencies": {
"azure": ">=0.6.0",
"express": ">=2.0.0"
},
"keywords": [
"azure", "express", "session"
],
"licenses" : [
{
"type" : "MIT",
"url" : "https://github.com/caolan/async/raw/master/LICENSE"
}
],
"engines": {
"node": ">=0.6"
}
}