-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "mymoney",
"version": "1.4.3",
"description": "A lightweight, simple accounting software with an easy interface and minimal functionality",
"main": "index.js",
"scripts": {
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edisonlee55/MyMoney.git"
},
"keywords": [
"MyMoney",
"My",
"Money"
],
"logo": "https://cdn.edisonlee55.com/resources/mymoney/images/icon.png",
"author": {
"name": "Edison Lee",
"email": "[email protected]",
"url": "https://www.edisonlee55.com"
},
"contributors": [
{
"name": "Edison Lee",
"email": "[email protected]",
"url": "https://www.edisonlee55.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/edisonlee55/MyMoney/issues",
"email": "[email protected]"
},
"homepage": "https://mymoney.edisonlee55.com",
"dependencies": {},
"devDependencies": {
"terser": "^4.6.3",
"workbox-build": "^5.0.0"
}
}