forked from ripple/ripple-client-desktop
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
128 lines (128 loc) · 3.45 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "RippleAdminConsole",
"version": "1.4.4",
"description": "Desktop client for the Ripple payment network",
"author": {
"name": "Ripple, Inc.",
"email": "info@ripple.com",
"url": "https://ripple.com/"
},
"node-remote": "http://localhost:3000",
"main": "http://localhost:3000",
"single-instance": false,
"window": {
"frame": true,
"toolbar": true,
"width": 1024,
"height": 650,
"min_width": 768,
"min_height": 100
},
"dependencies": {
"@babel/runtime": "^7.8.4",
"angular": ">=1.7.9",
"angular-messages": ">=1.7.9",
"angular-route": ">=1.7.9",
"angular-ui-bootstrap": "^2.5.6",
"async": "^3.1.1",
"bootstrap-datetimepicker": "0.0.7",
"bootstrap-less": "^3.3.8",
"extend": "~3.0.2",
"file-system": "^2.2.2",
"font-awesome": "^4.7.0",
"jade": "~1.11.0",
"jade-l10n": "^0.1.7",
"jade-l10n-loader": "~0.0.3",
"jade-loader": "~0.8.0",
"jquery": "^3.4.1",
"jsdom": "^16.1.0",
"jshint": "^2.11.0",
"jshint-loader": "~0.8.4",
"json-loader": "^0.5.7",
"json2csv": "^4.5.4",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"net": "^1.0.2",
"ng-sortable": "^1.3.8",
"node-po": "~0.1.2",
"nw-builder": "^3.5.7",
"popper.js": "^1.16.1",
"priorityqueuejs": "^1.0.0",
"raw-loader": "^4.0.0",
"ripple-address-codec": "^4.1.0",
"ripple-binary-codec": "^0.2.6",
"ripple-lib": "^1.6.3",
"ripple-lib-orderbook": "^1.0.0",
"ripple-lib-value": "^0.3.1",
"setimmediate": "^1.0.5",
"sinon": "^8.1.1",
"sinon-chai": "^3.4.0",
"sjcl": "^1.0.8",
"spin": "0.0.1",
"store": "^2.0.12",
"tls": "0.0.1",
"webpack": "^4.41.5"
},
"license": "ISC",
"scripts": {
"postinstall": "cd node_modules/sjcl; ./configure --with-all --compress=none; make"
},
"repository": {
"type": "git",
"url": "git://github.com/ripple/ripple-client.git"
},
"readmeFilename": "README",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-transform-runtime": "^7.8.3",
"acorn": "^7.1.0",
"babel-loader": "^8.0.6",
"bootstrap": "^4.4.1",
"browser-sync": "^2.26.7",
"chai": "~4.2.0",
"chai-as-promised": "~7.1.1",
"connect-modrewrite": "^0.10.2",
"del": "^5.1.0",
"delayed-stream": "1.0.0",
"express": "^4.17.1",
"gulp": "^4.0.2",
"gulp-cached": "^1.1.1",
"gulp-changed": "^4.0.2",
"gulp-csso": "^4.0.1",
"gulp-debug": "^4.0.0",
"gulp-filter": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-jade": "^1.1.0",
"gulp-jade-inheritance": "^0.5.5",
"gulp-jade-l10n-extractor": "^1.0.2",
"gulp-less": "^4.0.1",
"gulp-load-plugins": "^2.0.2",
"gulp-minify-html": "^1.0.6",
"gulp-preprocess": "^3.0.3",
"gulp-rev": "^9.0.0",
"gulp-rev-replace": "^0.4.4",
"gulp-shell": "^0.7.1",
"gulp-size": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^4.0.1",
"gulp-watch": "^5.0.1",
"gulp-zip": "^5.0.1",
"karma": "^4.4.1",
"karma-cli": "2.0.0",
"karma-firefox-launcher": "~1.3.0",
"karma-mocha": "~1.3.0",
"karma-sinon-chai": "~2.0.2",
"less": "^3.10.3",
"merge-stream": "^2.0.0",
"mime": "^2.4.4",
"node-gyp-build": "^4.2.0",
"nw": "^0.44.0",
"run-sequence": "^2.2.1",
"sjcl-codec": "^0.1.1",
"webpack-stream": "^5.2.1"
},
"optionalDependencies": {
"bufferutil": "github:websockets/bufferutil",
"utf-8-validate": "github:websockets/utf-8-validate"
}
}