-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (36 loc) · 800 Bytes
/
package.json
File metadata and controls
37 lines (36 loc) · 800 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
{
"name": "microdbc",
"version": "1.0.6",
"description": "",
"main": "bin/index.js",
"engines": {
"node": ">= 0.10"
},
"preferGlobal": true,
"bin": {
"microdbc": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "MicroDB.co",
"email": "support@microdb.co",
"url": "https://www.microdb.co"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/microdb/microdbc.git"
},
"bugs": {
"url": "https://github.com/microdb/microdbc/issues"
},
"homepage": "https://github.com/microdb/microdbc#readme",
"dependencies": {
"commander": "^3.0.2",
"microdb-api": "^1.0.6",
"node-env-file": "^0.1.8",
"request": "^2.88.0"
}
}