forked from wavesplatform/WavesExplorerLite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.49 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
{
"name": "waves-explorer-lite",
"version": "1.1.8",
"description": "Waves blockchain information tool",
"repository": {
"type": "git",
"url": "https://github.com/wavesplatform/WavesExplorerLite.git"
},
"license": "Apache-2.0",
"dependencies": {
"@uirouter/angularjs": "^1.0.6",
"angular": "^1.6.6",
"angular-growl-v2": "https://github.com/JanStevens/angular-growl-2/archive/v0.7.9.tar.gz",
"angular-loading-bar": "^0.9.0",
"angular-recaptcha": "^4.1.0",
"angular-ui-bootstrap": "^2.5.0",
"base-58": "git+https://github.com/45678/Base58.git",
"bootstrap": "^3.3.7",
"decimal.js": "^5.0.8",
"js-sha3": "^0.5.2",
"ngclipboard": "^2.0.0",
"restangular": "^1.6.1",
"underscore": "^1.8.3",
"wavesplatform-core-js": "git://github.com/wavesplatform/wavesplatform.core.js.git#master"
},
"devDependencies": {
"del": "^3.0.0",
"errorhandler": "^1.4.3",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-awspublish": "^3.3.0",
"gulp-batch": "^1.0.5",
"gulp-bump": "^2.7.0",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.1.0",
"gulp-git": "^2.4.2",
"gulp-inject": "^4.3.0",
"gulp-inject-version": "^1.0.1",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.11",
"minimatch": "^3.0.4",
"morgan": "^1.7.0",
"requirejs": "^2.2.0",
"serve-favicon": "^2.3.0",
"stream-series": "^0.1.1"
}
}