-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
93 lines (93 loc) · 2.1 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "@galdhopiggen/kandlekeel",
"version": "3.0.0",
"description": "Sublime package",
"id": "11",
"summary": "Sublime package",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/galdhopiggen/kandlekeel.git"
},
"keywords": [
"sublime"
],
"author": {
"name": "Kala Kajakas",
"email": "kalakajakas@hotmail.com",
"url": "http://kalakajakas.tumblr.com/"
},
"maintainers": [
{
"name": "Kallavere Rootsi Kula",
"email": "kallavere@maardu.ee",
"url": "http://kallavere.maardu.com/"
}
],
"contributors": [
{
"name": "Iidrik Pesukaru",
"email": "iidrik@rubble.com",
"url": "http://iidrikpesukaru.tumblr.com/"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/galdhopiggen/kandlekeel/issues"
},
"homepage": "http://jooseptrumm.github.io/galdhopiggen/kandlekeel#readme",
"funding": {
"type": "individual",
"url": "http://donate.com/donate"
},
"scripts": {
"start": "react-app-rewired start",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"publishConfig": {
"access": "public"
},
"files": [
"*"
],
"bin": "./index.js",
"man": {
"1": "man/your-package.1",
"5": "man/your-package.5"
},
"directories": {
"doc": "./doc",
"example": ".example",
"lib": "./lib",
"bin": "./bin",
"test": "./test",
"man": "./man"
},
"engines": {
"npm": "~1.0.20"
},
"os": [
"darwin",
"linux"
],
"cpu": [
"x64",
"ia32"
],
"peerDependencies": {
"react-toastify": "^8.2.0"
},
"dependencies": {
"dayjs": "1.11.7",
"format-number": "^3.0.0",
"postcss": "7.0.37"
},
"devDependencies": {
"prettier": "2.5.1",
"gh-pages": "3.2.3"
},
"optionalDependencies": {
"husky": "^7.0.4"
}
}