-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 901 Bytes
/
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
{
"name": "dwebx-registry",
"version": "1.0.0",
"description": "Module for interfacing with dWeb's legacy dDatabase registry.",
"main": "index.js",
"scripts": {
"deps": "dependency-check . && dependency-check . --extra --no-dev",
"test": "standard && npm run deps && echo \"Error: no tests\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/distributedweb/dwebx-registry.git"
},
"keywords": [
"dwebx",
"registry",
"dwebx.org",
"users",
"publish",
"registry"
],
"author": "Peeps Labs <peepslabs.gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/distributedweb/dwebx-registry/issues"
},
"homepage": "https://dwebx.org",
"dependencies": {
"nets": "^3.2.0",
"township-client": "^1.3.2"
},
"devDependencies": {
"dependency-check": "^3.3.0",
"standard": "^12.0.1"
}
}