Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| { | |
| "name": "Crypti", | |
| "version": "1.0.4", | |
| "description": "A minimal bitcoin price desktop widget", | |
| "main": "main.js", | |
| "email": "matthewjames3@protonmail.com", | |
| "repository": "https://github.com/matthewjamesr/Crypti", | |
| "keywords": [ | |
| "crypti", | |
| "bitcoin", | |
| "cryptocurrency", | |
| "price", | |
| "widget" | |
| ], | |
| "author": { | |
| "name": "Matthew Reichardt", | |
| "email": "matthewjames3@protonmail.com", | |
| "url": "http://matthewreichardt.com" | |
| }, | |
| "license": "MIT", | |
| "devDependencies": { | |
| "electron": "~1.6.2", | |
| "electron-builder": "^17.10.0" | |
| }, | |
| "dependencies": { | |
| "material-icons": "^0.1.0", | |
| "request": "^2.81.0" | |
| }, | |
| "build": { | |
| "appId": "com.github.matthewjamesr.crypti", | |
| "mac": { | |
| "category": "finance" | |
| } | |
| }, | |
| "scripts": { | |
| "start": "electron .", | |
| "pack": "build --dir", | |
| "dist": "build", | |
| "postinstall": "install-app-deps" | |
| } | |
| } |