-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.28 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
{
"name": "@anystack/electron-license",
"version": "0.0.15",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anystack-sh/electron-license.git"
},
"files": [
"license/license.css",
"license/license.html",
"license/license.js"
],
"keywords": [
"electron",
"license",
"autoupdate",
"unlock"
],
"author": "Philo Hermans <[email protected]>",
"homepage": "https://anystack.sh",
"license": "MIT",
"dependencies": {
"alpinejs": "^3.2.2",
"lodash": "^4.17.21",
"node-machine-id": "^1.1.12",
"electron-log": "^4.4.1",
"electron-store": "^8.0.0",
"axios": "^0.21.1",
"dayjs": "^1.10.6"
},
"devDependencies": {
"electron": "^13.1.7",
"@tailwindcss/forms": "^0.3.3",
"autoprefixer": "^10.3.1",
"laravel-mix": "^6.0.27",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.7"
},
"bugs": {
"url": "https://github.com/anystack-sh/electron-license/issues"
},
"description": "Add license and auto-update to your Electron applications with Anystack."
}