-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
44 lines (44 loc) · 1.27 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
{
"name": "loopback-connector-neo4j",
"version": "0.1.3",
"description": "Neo4j connector for loopback-datasource-juggler",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "haio"
},
"license": "MIT",
"dependencies": {
"neo4j": "~1.1.0"
},
"repository": {
"type": "git",
"url": "git@github.com:IndustrialCloudSolutions/loopback-connector-neo4j.git"
},
"bugs": {
"url": "https://github.com/IndustrialCloudSolutions/loopback-connector-neo4j/issues"
},
"homepage": "https://github.com/IndustrialCloudSolutions/loopback-connector-neo4j",
"_id": "loopback-connector-neo4j@0.1.3",
"dist": {
"shasum": "ae0fa1f2b46e36c5a73bf6caf5f9624c3e366d13",
"tarball": "http://registry.npmjs.org/loopback-connector-neo4j/-/loopback-connector-neo4j-0.1.3.tgz"
},
"_from": "loopback-connector-neo4j@*",
"_npmVersion": "1.3.24",
"_npmUser": {
"name": "haio",
"email": "mockingror@gmail.com"
},
"maintainers": [
{
"name": "haio",
"email": "mockingror@gmail.com"
}
],
"directories": {},
"_shasum": "ae0fa1f2b46e36c5a73bf6caf5f9624c3e366d13",
"_resolved": "https://registry.npmjs.org/loopback-connector-neo4j/-/loopback-connector-neo4j-0.1.3.tgz"
}