-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.65 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "sails-orientdb",
"version": "0.1.1",
"description": "OrientDB adapter for Sails / Waterline based on Oriento. Can be used through both binary and REST protocols.",
"main": "index.js",
"dependencies": {
"JSON2": "^0.1.0",
"captains-log": "~0.10.6",
"oriento": "~0.3.1",
"restler": "^3.2.2",
"root-require": "~0.2.0",
"waterline-adapter-tests": "~0.9.3",
"waterline-errors": "~0.9.1"
},
"devDependencies": {
"mocha": "~1.20.1"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/gauravdhiman/sails-orientdb-binary.git"
},
"keywords": [
"orientdb",
"oriento",
"adapter",
"sailsjs",
"sails",
"waterline",
"orm",
"sails.js"
],
"author": {
"name": "Gaurav Dhiman",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/gauravdhiman/sails-orientdb-binary/issues"
},
"homepage": "https://github.com/gauravdhiman/sails-orientdb-binary",
"_id": "[email protected]",
"dist": {
"shasum": "54214a2bc810adc227483dfc876d6f094b24ab49",
"tarball": "http://registry.npmjs.org/sails-orientdb-binary/-/sails-orientdb-binary-0.1.0.tgz"
},
"_from": "sails-orientdb-binary@",
"_npmVersion": "1.3.24",
"_npmUser": {
"name": "gauravdhiman",
"email": "[email protected]"
},
"maintainers": [
{
"name": "gauravdhiman",
"email": "[email protected]"
}
],
"directories": {},
"_shasum": "54214a2bc810adc227483dfc876d6f094b24ab49",
"_resolved": "https://registry.npmjs.org/sails-orientdb-binary/-/sails-orientdb-binary-0.1.0.tgz"
}