-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 844 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 844 Bytes
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
{
"name": "interdb",
"version": "0.3.8",
"description": "Shared and discoverable database services",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha test/*.mocha.js --exit --timeout 3000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keymetrics-envision/interdb.git"
},
"keywords": [
"shared",
"db",
"database",
"discovery"
],
"authors": [
"ItsJimi",
"f-hj"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/keymetrics-envision/interdb/issues"
},
"homepage": "https://github.com/keymetrics-envision/interdb#readme",
"devDependencies": {
"mocha": "^4.0.0",
"segfault-handler": "^1.0.1",
"standard": "^10.0.3"
},
"dependencies": {
"axios": "^0.18.0",
"debug": "^3.1.0",
"synapsis": "^0.6.2"
}
}