-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.21 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "connect-waterline",
"version": "0.1.0",
"description": "Waterline session store for Express and Connect",
"main": "connect-waterline.js",
"directories": {
"test": "test"
},
"dependencies": {
"crypto": "^0.0.3",
"debug-logger": "^0.4.1",
"lodash": "^3.9.3",
"waterline": "^0.10.22"
},
"devDependencies": {
"async": "^1.0.0",
"express-session": "^1.11.2",
"it-optional": "^0.1.0",
"mocha": "*",
"sails-disk": "^0.10.8",
"sails-memory": "^0.10.4",
"sails-mongo": "^0.11.2",
"sails-mysql": "^0.10.12",
"sails-orientdb": "^0.10.50",
"sails-postgresql": "^0.10.15",
"sails-redis": "^0.10.3"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dmarcelino/connect-waterline.git"
},
"keywords": [
"connect",
"waterline",
"session",
"express",
"sails",
"mongodb",
"mysql",
"postgresql",
"orientdb",
"disk"
],
"author": "Dario Marcelino <dario@appscot.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dmarcelino/connect-waterline/issues"
},
"homepage": "https://github.com/dmarcelino/connect-waterline#readme"
}