-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 750 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 750 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
{
"name": "sdb-node",
"version": "0.2.2",
"description": "Services Descriptor Bundle data encoding and decoding library for Node.js.",
"main": "index.js",
"scripts": {
"docs": "jsdoc . -r -c ./jsdoc.json -d ./docs/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/monicanagent/sdb",
"repository": {
"type": "git",
"url": "https://github.com/monicanagent/sdb"
},
"bugs": {
"url": "https://github.com/monicanagent/sdb/issues"
},
"keywords": [
"sdb",
"services",
"descriptor",
"bundle",
"utility",
"utilities",
"utils",
"client",
"server",
"peer",
"p2p"
],
"author": "Patrick Bay (Monican Agent)",
"license": "MIT"
}