-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.17 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.17 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
{
"name": "razpi-electron-btc-ticker",
"description": "Electron app built with Angular Material optimized for a Raspberry Pi that displays current stats about Bitcoin (BTC)",
"license": "MIT",
"version": "1.2.2",
"author": {
"name": "Andrew Schneider",
"email": "andrew.mark.schneider@gmail.com",
"url": "https://github.com/schnogz"
},
"repository": {
"type": "git",
"url": "https://github.com/schnogz/razpi-electron-btc-ticker"
},
"bugs": {
"url": "https://github.com/schnogz/razpi-electron-btc-ticker/issues"
},
"keywords": [
"Electron",
"Raspberry Pi",
"Node.js",
"AngularJS",
"Angular Material",
"Bitcoin",
"Blockchain.Info"
],
"main": "main.js",
"scripts": {
"start": "electron main.js",
"start-prod": "NODE_ENV=production electron main.js"
},
"dependencies": {
"blockchain.info": "2.6.0",
"body-parser": "1.17.1",
"bower": "1.8.0",
"chalk": "1.1.3",
"electron-prebuilt": "1.4.13",
"electron-reload": "1.1.0",
"errorhandler": "1.5.0",
"express": "4.15.2",
"express-status-monitor": "0.1.9",
"morgan": "1.8.1",
"request": "2.81.0",
"socket.io": "1.7.3"
}
}