-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1014 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
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "sails-orientdb",
"version": "0.10.10",
"description": "orientdb adapter for Sails / Waterline",
"main": "./lib/adapter.js",
"scripts": {
"test": "node test/integration/runner -R spec -b"
},
"repository": {
"type": "git",
"url": "git://github.com/vjsrinath/sails-orientdb.git"
},
"keywords": [
"orientdb",
"adapter",
"sails",
"waterline",
"sails.js",
"plugin"
],
"author": "Srinath Janakiraman <[email protected]>",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"oriento": "^0.3.2",
"q": "^1.0.1",
"underscore": "^1.6.0",
"async": "^0.9.0"
},
"devDependencies": {
"waterline-adapter-tests": "~0.10.0",
"mocha": "*",
"captains-log": "~0.11.0"
},
"waterlineAdapter": {
"type": "orientdb",
"interfaces": [
"semantic",
"queryable"
],
"waterlineVersion": "~0.10.0"
}
}