-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.07 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.07 KB
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
54
{
"name": "sails-derby",
"version": "0.11.20",
"description": "Apache Derby adapter for Sails / Waterline",
"main": "lib/adapter.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/dash-/node-sails-derby.git"
},
"keywords": [
"derby",
"apache derby",
"orm",
"adapter",
"sails",
"waterline",
"sails.js",
"plugin"
],
"author": "dash-",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"bluebird": "^3.2.2",
"jdbc": "^0.2.0",
"lodash": "^4.3.0",
"waterline-cursor": "0.0.6",
"waterline-errors": "^0.10.1",
"waterline-sequel-derby": "^0.5.6"
},
"devDependencies": {
"captains-log": "~0.11.11",
"mocha": "2.4.1",
"should": "8.2.0",
"waterline-adapter-tests": "^0.11.1"
},
"waterlineAdapter": {
"type": "derby",
"waterlineVersion": "~0.10.0",
"interfaces": [
"semantic",
"queryable",
"associations",
"sql"
],
"features": [
"crossAdapter",
"unique"
]
}
}