-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 3.16 KB
/
package.json
File metadata and controls
116 lines (116 loc) · 3.16 KB
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
{
"name": "RippleAdminConsole",
"version": "1.4.3",
"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.3.4",
"angular": "^1.7.8",
"angular-messages": "^1.7.8",
"angular-route": "^1.7.8",
"async": "^2.6.2",
"bootstrap-less": "^3.3.8",
"extend": "~3.0.2",
"font-awesome": "^4.7.0",
"jade": "~1.11.0",
"jade-loader": "~0.8.0",
"jquery": "^3.3.1",
"jsdom": "~13.1.0",
"jshint": "^2.10.1",
"jshint-loader": "~0.8.4",
"json-loader": "^0.5.7",
"lodash": "^4.17.11",
"net": "^1.0.2",
"nw-builder": "^3.5.7",
"popper.js": "^1.14.7",
"raw-loader": "^1.0.0",
"ripple-address-codec": "^2.0.1",
"ripple-lib": "^1.1.2",
"ripple-lib-orderbook": "^1.0.0",
"ripple-lib-value": "^0.1.0",
"setimmediate": "^1.0.2",
"webpack": "^4.29.6",
"ws": "^6.2.0"
},
"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.3.4",
"@babel/plugin-transform-runtime": "^7.3.4",
"babel-loader": "^8.0.5",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-env": "^1.7.0",
"bootstrap": "^4.3.1",
"browser-sync": "^2.26.3",
"chai": "~4.2.0",
"chai-as-promised": "~7.1.1",
"connect-modrewrite": "^0.10.2",
"del": "^3.0.0",
"delayed-stream": "1.0.0",
"express": "~4.16.4",
"gulp": "^4.0.0",
"gulp-cached": "^1.1.1",
"gulp-changed": "^3.2.0",
"gulp-csso": "^3.0.1",
"gulp-debug": "^4.0.0",
"gulp-filter": "^5.1.0",
"gulp-if": "^2.0.2",
"gulp-jade": "^1.1.0",
"gulp-jade-inheritance": "^0.5.3",
"gulp-jade-l10n-extractor": "^1.0.2",
"gulp-less": "^3.5.0",
"gulp-load-plugins": "^1.5.0",
"gulp-minify-html": "^1.0.4",
"gulp-preprocess": "^3.0.2",
"gulp-rev": "^9.0.0",
"gulp-rev-replace": "^0.4.4",
"gulp-shell": "^0.6.5",
"gulp-size": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^3.1.6",
"gulp-watch": "^5.0.1",
"gulp-zip": "^4.2.0",
"inspectpack": "^4.1.2",
"karma": "^3.1.4",
"karma-cli": "2.0.0",
"karma-firefox-launcher": "~1.1.0",
"karma-mocha": "~1.3.0",
"lodash-webpack-plugin": "^0.11.5",
"merge-stream": "^1.0.1",
"mime": "~2.4.0",
"node-gyp-build": "^3.8.0",
"nw": "^0.36.4",
"run-sequence": "^2.2.1",
"terser-webpack-plugin": "^1.2.3",
"tls": "0.0.1",
"webpack-bundle-analyzer": "^3.1.0",
"webpack-cli": "^3.2.3",
"webpack-stream": "^5.2.1"
},
"optionalDependencies": {
"bufferutil": "github:websockets/bufferutil",
"utf-8-validate": "github:websockets/utf-8-validate"
}
}