UNPKG

1.14 kBJSONView Raw
1{
2 "name": "saseul",
3 "version": "2.7.6",
4 "description": "Javascript API Library for SASEUL blockchain",
5 "main": "index.js",
6 "keywords": [
7 "SASEUL",
8 "saseul",
9 "SASEUL Rpc API",
10 "SASEUL Library",
11 "blockchain",
12 "SDK"
13 ],
14 "author": "Artifriends, Inc. <help@artifriends.com>",
15 "contributors": [
16 "Ohn DongHun <fatihohn@gmail.com>",
17 "Lee DongGi <multidong1017@gmail.com>",
18 "Jang JinYoung <deveq@kakao.com>"
19 ],
20 "license": "GPL-3.0",
21 "repository": {
22 "type": "git",
23 "url": "git+https://github.com/Artifriends-inc/saseul-js.git"
24 },
25 "bugs": {
26 "url": "https://github.com/Artifriends-inc/saseul-js/issues"
27 },
28 "homepage": "https://github.com/Artifriends-inc/saseul-js#readme",
29 "dependencies": {
30 "bignumber.js": "^9.0.2",
31 "crypto-js": "^4.1.1",
32 "form-data": "^4.0.0",
33 "locutus": "^2.0.16",
34 "node-fetch": "2.6.x",
35 "tweetnacl": "^1.0.3"
36 },
37 "files": [
38 "core",
39 "model",
40 "php",
41 "rpc",
42 "smartMethod",
43 "util",
44 "code.js",
45 "config.js",
46 "index.js",
47 "LICENSE.md",
48 "package.json",
49 "README.md",
50 "type.js"
51 ]
52}