UNPKG

697 BJSONView Raw
1{
2 "name": "neodb",
3 "version": "1.0.2",
4 "description": "Creates a new temporary neo4j db for testing purposes",
5 "main": "src/index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "author": "Catalin Tanasescu <catalint@gmail.com>",
10 "engine": "node >= 4.0.0",
11 "license": "SEE LICENSE IN <LICENSE>",
12 "directories": {
13 "test": "test"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+ssh://git@github.com/catalint/neodb.git"
18 },
19 "keywords": [
20 "neo4j",
21 "db",
22 "graph",
23 "test",
24 "mock"
25 ],
26 "bugs": {
27 "url": "https://github.com/catalint/neodb/issues"
28 },
29 "homepage": "https://github.com/catalint/neodb#readme"
30}