forked from stellarchat/desktop-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 782 Bytes
/
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
{
"name": "stellar-desktop",
"version": "1.0.0",
"description": "Stellar desktop client",
"main": "build-nw.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/stellarchat/desktop-client.git"
},
"author": "stellarchat",
"license": "MIT",
"dependencies": {
"angular": "^1.6.0",
"angular-chart.js": "^1.1.1",
"angular-qrcode": "^7.2.0",
"angular-route": "^1.6.1",
"angular-translate": "^2.13.1",
"bootstrap": "^3.3.7",
"chart.js": "^2.6.0",
"font-awesome": "^4.7.0",
"jquery": "^3.1.1",
"nw-builder": "^3.1.3",
"qrcode-generator": "^1.3.1",
"sjcl": "^1.0.6",
"stellar-sdk": "^0.8.0",
"underscore": "^1.8.3"
}
}