Skip to content

Commit 2a949e8

Browse files
committed
add package.json
1 parent 7bcc044 commit 2a949e8

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

File renamed without changes.

package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "datdot-node-javascript",
3+
"version": "0.0.1-pre-alpha",
4+
"description": "datdot nodejs chain server",
5+
"main": "datdot-node-javascript.js",
6+
"devDependencies": {},
7+
"scripts": {
8+
"test": "echo \"Error: no test specified\" && exit 1"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/datdotorg/datdot-node-javascript.git"
13+
},
14+
"keywords": [
15+
"datdot",
16+
"chain",
17+
"dat",
18+
"hypercore"
19+
],
20+
"author": "ninabreznik, serapath",
21+
"license": "MIT",
22+
"bugs": {
23+
"url": "https://github.com/datdotorg/datdot-node-javascript/issues"
24+
},
25+
"homepage": "https://github.com/datdotorg/datdot-node-javascript#readme"
26+
}

0 commit comments

Comments
 (0)