-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
executable file
·60 lines (60 loc) · 1.74 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
{
"name": "rise-ui",
"version": "0.3.2",
"description": "Rise user-interface submodule",
"repository": {
"type": "git",
"url": "git@github.com:RiseVision/rise-wallet.git"
},
"private": true,
"author": "Vera Nekrasova <vera.limita@gmail.com>, Boris Povod <boris@crypti.me>",
"license": "MIT",
"scripts": {
"postinstall": "bower install",
"bower-install": "bower install",
"grunt-release": "grunt release"
},
"devDependencies": {
"browserify": "latest",
"express": "^4.15.4",
"grunt": "=1.0.1",
"grunt-angular-gettext": "=2.2.3",
"grunt-browserify": "latest",
"grunt-cli": "=1.2.0",
"grunt-contrib-concat": "=1.0.1",
"grunt-contrib-cssmin": "=1.0.2",
"grunt-contrib-jshint": "=1.0.0",
"grunt-contrib-less": "=1.4.0",
"grunt-contrib-nodeunit": "=1.0.0",
"grunt-contrib-uglify": "=2.0.0",
"grunt-contrib-watch": "latest",
"http-proxy": "^1.16.2",
"http-proxy-middleware": "^0.17.4",
"jit-grunt": "=0.10.0"
},
"dependencies": {
"angular": "=1.5.8",
"angular-animate": "=1.5.8",
"angular-chart.js": "=0.10.2",
"angular-cookies": "=1.5.8",
"angular-filter": "=0.5.11",
"angular-gettext": "=2.3.7",
"angular-modal": "=0.5.0",
"angular-resource": "=1.5.8",
"angular-route": "=1.5.8",
"angular-socket-io": "=0.7.0",
"angular-ui-router": "=0.3.1",
"bitcore-mnemonic": "=1.1.1",
"bower": "=1.7.9",
"browserify-angular-animate": "=1.2.18",
"buffer": "=4.9.1",
"chart.js": "=1.0.2",
"compare-version": "=0.1.2",
"dpos-offline": "=1.6.0",
"ng-table": "=0.5.4",
"requests": "0.1.7",
"risejs": "^1.1.1",
"shift-js": "https://github.com/ShiftNrg/shift-js/tarball/master",
"socket.io": "=1.4.8"
}
}