forked from oneflow/handlebars-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 3.53 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "@yasoonofficial/handlebars-kit",
"description": "More than 130 Handlebars helpers in ~20 categories.",
"version": "1.1.5",
"homepage": "https://github.com/Oneflow/handlebars-kit",
"author": "OneFlow Systems Ltd",
"contributors": [
"Adrián Mugnolo (https://github.com/xymbol)",
"Aleš Kotnik (www.draagle.com)",
"Alex Hunt (https://alexhunt.io)",
"Ali Sheehan-Dare (https://github.com/alisd23)",
"Anders D. Johnson (https://andrz.me)",
"Arthur Cinader (http://github.com/acinader)",
"Brian Woodward (https://twitter.com/doowb)",
"Dan Dascalescu (http://dandascalescu.com)",
"Dan Gorby (https://plus.google.com/+GreenRaccoon23)",
"Dane Petersen (https://thegreatsunra.com)",
"Daniel Wabyick (https://github.com/dwabyick)",
"Dennis Borisevich (https://github.com/DenSpirit)",
"Foundy (http://foundy.io)",
"GONZO (https://github.com/why2pac)",
"GracefulLight (https://brendaniel.github.io)",
"Hariadi Hinta (http://www.hariadi.org)",
"James Tsuyuki (https://github.com/jtsuyuki)",
"Jan Stola (https://github.com/iamstolis)",
"Jason Bellamy (http://jasonbellamy.com)",
"Jeffrey Froom (http://jfroom.com)",
"Jocelyn Badgley (http://www.chipersoft.com)",
"Joey Baker (https://www.byjoeybaker.com)",
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
"Kevin Davis (kevindav.us)",
"Laurent Goderre (https://github.com/LaurentGoderre)",
"Liam Moat (http://www.liammoat.com)",
"Makoto Tateno (https://github.com/makotot)",
"Marie Hogebrandt (http://mariehogebrandt.se)",
"Mark Perkins (http://allmarkedup.com)",
"Martyn Rushton (http://swapnull.co.uk)",
"Max Albrecht (178.is)",
"Michael Sheedy (michaelsheedy.com)",
"Mikko Tapionlinna (http://mikko.tapionlinna.fi)",
"Nathan Jessen (http://nathanjessen.github.io)",
"Nathaniel Furniss (https://github.com/nlfurniss)",
"Oleg Orlov (https://github.com/efender)",
"Omesh (https://github.com/omeshp)",
"Patrick Burtchaell (https://pburtchaell.com)",
"Paul Welsh (paulwelsh.info)",
"Raymond Camden (https://www.raymondcamden.com)",
"Rob (https://github.com/robsilva)",
"Sam Tiffin (https://samtiffin.com)",
"Shannon Moeller (http://shannonmoeller.com)",
"Spud Hsu (http://spud.in)",
"Stephen Way (http://stephenway.net)",
"Thomas Jaggi (http://responsive.ch)",
"Tim Douglas (https://github.com/timdouglas)",
"(https://github.com/homersimpsons)"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/yasoonOfficial/handlebars-kit",
"directory": "packages/handlebars-kit"
},
"bugs": {
"url": "https://github.com/Oneflow/handlebars-kit/issues"
},
"license": "MIT",
"files": [
"index.js",
"lib"
],
"main": "index.js",
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"test": "jest --runInBand",
"cover": "jest --coverage",
"docs": "jsdoc -c jsdoc.js",
"release": "semantic-release"
},
"dependencies": {
"lodash": "^4.17.21"
},
"peerDependencies": {
"handlebars": "4.x"
},
"devDependencies": {
"docdash": "^2.0.1",
"eslint": "^8.43.0",
"handlebars": "4.7.7",
"jsdoc": "^4.0.2"
},
"keywords": [
"array",
"collection",
"comparison",
"handlebars",
"helper",
"helpers",
"html",
"i18n",
"inflection",
"math",
"number",
"object",
"path",
"repeat",
"string",
"template",
"time",
"url",
"util",
"utility"
]
}