forked from satishjoshi95/DDKOIN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·114 lines (114 loc) · 3.32 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "ddk",
"version": "0.9.9a",
"private": true,
"scripts": {
"start": "node app.js",
"debug": "node --inspect=0.0.0.0:9229 app.js",
"test": "./node_modules/.bin/grunt test --verbose",
"jenkins": "./node_modules/.bin/grunt jenkins --verbose",
"eslint": "./node_modules/.bin/grunt eslint-nofix --verbose",
"fetchCoverage": "./node_modules/.bin/grunt exec:fetchCoverage --verbose",
"jsdoc": "jsdoc -c docs/conf.json --verbose --pedantic",
"server-docs": "npm run jsdoc && http-server docs/jsdoc/"
},
"author": "DDK Foundation <http://www.ddkoin.com/>",
"license": "GPL-3.0",
"dependencies": {
"appmetrics-dash": "^3.3.6",
"archiver": "^2.1.0",
"async": "=2.1.4",
"auto-strict": "0.0.4",
"basic-auth": "^2.0.0",
"bignumber.js": "=4.0.0",
"body-parser": "^1.18.3",
"bytebuffer": "=5.0.1",
"change-case": "=3.0.1",
"colors": "=1.1.2",
"commander": "=2.9.0",
"compression": "^1.7.2",
"connect-redis": "^3.3.2",
"cookie-parser": "^1.4.3",
"cors": "=2.8.1",
"cryptr": "^3.0.0",
"decompress-zip": "github:LiskHQ/decompress-zip#f46b0a3",
"dotenv": "^4.0.0",
"ejs": "=2.5.5",
"elasticsearch": "^14.1.0",
"express": "^4.16.3",
"express-domain-middleware": "=0.1.0",
"express-query-int": "=1.0.1",
"express-rate-limit": "=2.6.0",
"express-session": "^1.15.6",
"extend": "=3.0.0",
"font-awesome": "^4.7.0",
"http": "0.0.0",
"ip": "=1.1.5",
"json-schema": "=0.2.3",
"json-sql": "LiskHQ/json-sql#27e1ed1",
"jsonwebtoken": "^8.2.0",
"libsodium": "^0.7.3",
"lisk-js": "^0.5.0",
"lisk-sandbox": "github:LiskHQ/lisk-sandbox#162da38",
"lodash": "^4.17.10",
"method-override": "^2.3.10",
"minimist": "*",
"node-cron": "^1.2.1",
"node-cron-job": "^0.2.3",
"nodemailer": "^4.6.6",
"npm": "=2.15.10",
"pg": "^7.3.0",
"pg-monitor": "=0.7.1",
"pg-native": "=1.10.0",
"pg-promise": "^5.5.6",
"popsicle": "=9.0.0",
"postmark": "^1.6.1",
"prom-client": "^10.2.2",
"qrcode": "^1.2.0",
"randomstring": "=1.1.5",
"redis": "=2.7.1",
"response-time": "^2.3.2",
"rimraf": "=2.5.4",
"semver": "=5.3.0",
"socket.io": "=1.7.2",
"sodium": "^2.0.3",
"speakeasy": "^2.0.0",
"strftime": "=0.10.0",
"swagger-node-express": "^2.1.3",
"valid-url": "=1.0.9",
"validator": "=6.2.1",
"validator.js": "=2.0.3",
"winston": "^2.4.0",
"winston-daily-rotate-file": "^1.7.2",
"z-schema": "=3.18.2"
},
"devDependencies": {
"bitcore-mnemonic": "^1.5.0",
"browserify-bignum": "=1.3.0-2",
"chai": "=3.5.0",
"chai-bignumber": "=2.0.0",
"coveralls": "=2.11.16",
"crypto-browserify": "=3.11.0",
"csv": "=1.1.1",
"eslint-config-airbnb-base": "^11.3.2",
"eslint-plugin-async-await": "0.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-mocha": "^5.2.0",
"faker": "=3.1.0",
"grunt": "^1.0.3",
"grunt-cli": "=1.2.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-eslint": "=19.0.0",
"grunt-exec": "=1.0.1",
"grunt-obfuscator": "=0.1.0",
"istanbul": "=0.4.5",
"istanbul-middleware": "=0.2.2",
"jsdoc": "^3.4.3",
"jsdox": "=0.4.10",
"mocha": "^3.5.3",
"moment": "^2.17.1",
"nyc": "^13.1.0",
"sinon": "=1.17.7",
"supertest": "=3.0.0"
}
}