-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
70 lines (70 loc) · 1.7 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"dependencies": {
"bignumber.js": "^5.0.0",
"bn-plus.js": "^1.0.0",
"extend": "^3.0.0",
"isomorphic-ws": "^4.0.1",
"jcc_jingtum_base_lib": "^1.1.3",
"jsbn": "^1.1.0",
"lodash": "^4.17.15",
"lru-cache": "^4.1.5",
"sha1": "^1.1.1",
"url": "^0.11.0",
"utf8": "^2.1.2",
"ws": "^7.0.1"
},
"deprecated": false,
"description": "jingtum lib",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"ajv": "^6.10.0",
"babel-eslint": "^8.2.6",
"babel-runtime": "^6.26.0",
"chai": "^4.2.0",
"chai-json-schema": "^1.5.1",
"coveralls": "^3.0.4",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^3.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^5.0.0",
"mocha": "^5.2.0",
"nyc": "^14.1.1",
"sinon": "^6.3.5"
},
"directories": {
"lib": "lib"
},
"keywords": [
"jingtum",
"blockchain",
"lib"
],
"license": "Apache-2.0",
"main": "index.js",
"name": "jcc_jingtum_lib",
"repository": {
"type": "git",
"url": "git+https://github.com/JCCDex/jcc_jingtum_lib.git"
},
"scripts": {
"test": "gulp && nyc --reporter=html --reporter=text mocha test/*.spec.js",
"deploy": "./publish.sh",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"version": "1.5.3",
"author": "JCCDex",
"bugs": {
"url": "https://github.com/JCCDex/jcc_jingtum_lib/issues"
},
"homepage": "https://github.com/JCCDex/jcc_jingtum_lib#readme",
"files": [
"src",
"lib"
]
}