This repository was archived by the owner on May 25, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.15 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.15 KB
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
{
"name": "eSteem",
"version": "1.0.0",
"description": "eSteem desktop",
"main": "main.js",
"scripts": {
"start": "electron main.js",
"installsteemrpc": "cd node_modules/steem-rpc && npm install",
"installsteemjs": "cd node_modules/steemjs-lib && npm install",
"install": "npm run installsteemrpc && npm run installsteemjs",
"buildApp": "grunt build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/feruz/esteem-desktop.git"
},
"keywords": [
"eSteem",
"AngularJS",
"Electron",
"Steem"
],
"author": "Feruz M",
"license": "MIT",
"bugs": {
"url": "https://github.com/feruzm/esteem-desktop/issues"
},
"homepage": "http://www.esteem.ws",
"devDependencies": {
"angular": "^1.5.7",
"angular-animate": "^1.5.7",
"angular-aria": "^1.5.7",
"angular-material": "^1.0.9",
"angular-messages": "^1.6.6",
"angular-route": "^1.5.7",
"asar": "^0.11.0",
"electron": "^1.8.1",
"electron-packager": "^9.1.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-comment-toggler": "^0.2.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-search": "^0.1.8"
},
"dependencies": {
"angular-qr": "github:janantala/angular-qr#1134e40510ab773d45cc26a066ef6c787a96011a",
"angular-sanitize": "^1.6.6",
"angular-translate": "^2.13.1",
"angular-ui-router": "^0.4.3",
"angularjs-slider": "^6.4.0",
"angularjs-toaster": "^1.1.0",
"diff-match-patch": "^1.0.0",
"form-data": "^2.1.2",
"install": "^0.8.4",
"ion-floating-menu": "github:pregiotek/ion-floating-menu#96bdf55d8d2ea288e31f445d4ced4bdabe565115",
"ionic-sdk": "github:ionic-team/ionic-v1",
"jquery": "^3.2.1",
"markdowndeep": "^1.6.12",
"marked": "^0.3.6",
"ng-cordova": "^0.1.27-alpha",
"ngstorage": "github:gsklee/ngStorage#253b718a0b35b044fba25c78b1b2020d672c4017",
"request": "^2.79.0",
"speakingurl": "^11.0.0",
"steem-rpc": "github:feruzm/steem-rpc#c3c786e248d82c811d5439888b127000df31b004",
"steemjs-lib": "github:feruzm/steemjs-lib#dd001122e7f4247c7bf6d45b6baf73277d6b8ee4",
"textangular": "^1.5.16"
}
}