forked from ravitej91/sails-pg-session
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 757 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 757 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
{
"name": "sails-pg-session",
"description": "Sails adapter to store sessions in postgres.",
"version": "1.0.4",
"author": {
"name": "Ravi Teja",
"email": "ravi-tej@live.com"
},
"repository": {
"type": "git",
"url": "git://github.com/ravitej91/sails-pg-session.git"
},
"main": "./index.js",
"dependencies": {
"debug": "^2.2.0",
"pg": "~4.4.0"
},
"devDependencies": {
"connect": "^3.4.1",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-mocha-istanbul": "^3.0.1",
"grunt-release": "^0.13.0",
"grunt-shell": "^1.1.2",
"istanbul": "^0.4.2",
"jshint-stylish": "^2.1.0",
"mocha": "^2.4.5"
},
"engines": {
"node": "*"
}
}