forked from LiskArchive/lisk-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.44 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": "lisk-ui",
"version": "0.1.1",
"description": "Lisk user-interface submodule",
"repository": {
"type": "git",
"url": "git@github.com:LiskHQ/lisk-ui.git"
},
"private": true,
"author": "Vera Nekrasova <vera.limita@gmail.com>, Boris Povod <boris@crypti.me>",
"license": "MIT",
"devDependencies": {
"browserify": "latest",
"grunt": "~0.4.5",
"grunt-angular-gettext": "=2.1.11",
"grunt-browserify": "latest",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.1",
"grunt-contrib-nodeunit": "~0.4.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "latest"
},
"dependencies": {
"angular": "=1.5.0",
"angular-animate": "=1.5.0",
"angular-chart.js": "=0.8.9",
"angular-gettext": "=2.2.1",
"angular-modal": "=0.5.0",
"angular-resource": "=1.5.0",
"angular-route": "=1.5.0",
"angular-filter": "=0.5.8",
"angular-ui-router": "~0.2.18",
"angular-socket-io": "=0.7.0",
"bitcore-mnemonic": "^0.11.0",
"bower": "^1.3.12",
"browserify-angular-animate": "^1.2.18",
"chart.js": "^1.0.2",
"compare-version": "^0.1.2",
"ng-clip": "^0.2.6",
"ng-table": "=0.5.4",
"requests": "0.0.1",
"socket.io": "^1.3.5",
"zeroclipboard": "^2.2.0",
"buffer": "latest",
"lisk-js": "git@github.com:LiskHQ/lisk-js.git"
}
}