forked from ripple/ripple-client-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 2.84 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
{
"name": "RippleAdminConsole",
"version": "1.4.0",
"description": "Desktop client for the Ripple payment network",
"author": {
"name": "Ripple, Inc.",
"email": "[email protected]",
"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": {
"angular": "^1.3.12",
"angular-messages": "^1.3.12",
"angular-route": "^1.3.12",
"angular-ui-bootstrap": "^0.13.3",
"async": "~0.2.10",
"bootstrap": "^3.3.5",
"bootstrap-datetimepicker": "0.0.7",
"extend": "~1.2.1",
"font-awesome": "^4.4.0",
"jade": "~0.35.0",
"jade-l10n": "~0.1.7",
"jade-l10n-loader": "~0.0.3",
"jade-loader": "~0.5.2",
"jquery": "^2.1.4",
"jsdom": "~0.8.11",
"jshint-loader": "~0.5.0",
"json-loader": "~0.5.0",
"json2csv": "^3.0.1",
"lodash": "^3.10.1",
"moment": "^2.8.4",
"ng-sortable": "^1.3.0",
"node-po": "~0.1.2",
"nw-builder": "^2.0.2",
"priorityqueuejs": "^1.0.0",
"ripple-address-codec": "^2.0.1",
"ripple-binary-codec": "0.0.6",
"ripple-lib": "0.13.0-rc14",
"setimmediate": "^1.0.2",
"sjcl": "^1.0.3",
"spin": "0.0.1",
"store": "^1.3.17",
"webpack": "~1.3.7"
},
"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": "^5.8.24",
"babel-loader": "^5.3.2",
"browser-sync": "^2.8.2",
"chai": "~1.9.1",
"chai-as-promised": "~4.1.1",
"connect-modrewrite": "^0.8.2",
"del": "^1.2.1",
"delayed-stream": "0.0.5",
"express": "~4.8.7",
"gulp": "^3.9.0",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.3.0",
"gulp-csso": "^1.0.0",
"gulp-debug": "^2.1.0",
"gulp-filter": "^3.0.1",
"gulp-if": "^1.2.5",
"gulp-jade": "^1.1.0",
"gulp-jade-inheritance": "^0.5.3",
"gulp-jade-l10n-extractor": "^1.0.2",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-html": "^1.0.4",
"gulp-preprocess": "^1.2.0",
"gulp-rev": "^5.1.0",
"gulp-rev-replace": "^0.4.2",
"gulp-shell": "^0.4.2",
"gulp-size": "^1.3.0",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.3.0",
"gulp-watch": "^4.3.5",
"gulp-webpack": "^1.5.0",
"gulp-zip": "^3.0.2",
"karma": "~0.12.16",
"karma-cli": "0.0.4",
"karma-firefox-launcher": "~0.1.3",
"karma-mocha": "~0.1.3",
"karma-sinon-chai": "~0.1.6",
"merge-stream": "^1.0.0",
"mime": "~1.2.11",
"nw": "^0.12.3",
"run-sequence": "^1.1.2"
}
}