-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 727 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 727 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
{
"name": "kin-node-callback",
"version": "2.0.1",
"description": "An implementation of the Kin ecosystem SDK for Node.js (https://github.com/kinecosystem/kin-sdk-node)",
"main": "kinWrapper.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hitwill/kin-node-server.git"
},
"keywords": [
"kin",
"node.js",
"node",
"sdk"
],
"author": "github.com/hitwill",
"license": "MIT",
"bugs": {
"url": "https://github.com/hitwill/kin-node-server/issues"
},
"homepage": "https://github.com/hitwill/kin-node-server#readme",
"dependencies": {
"@kinecosystem/kin-sdk-node": "^0.9.3"
}
}