-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.17 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
{
"name": "@types/khenshin-ui",
"description": "TypeScript definitions for client-server messaging protocol",
"version": "1.3.36",
"homepage": "https://github.com/khipu/types-khenshin-ui",
"license": "UNLICENSED",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/khipu/types-khenshin-ui.git",
"directory": "types/khenshin-ui"
},
"main": "",
"typeScriptVersion": "3.9.5",
"types": "index.d.ts",
"files": [
"index.d.ts"
],
"author": {
"name": "Julio Araya",
"email": "[email protected]",
"url": "https://github.com/NaNtrack"
},
"contributors": [
{
"name": "Emilio Davis",
"email": "[email protected]",
"url": "https://github.com/edavism"
},
{
"name": "Enrique Wood",
"email": "[email protected]",
"url": "https://github.com/EnriqueWood"
},
{
"name": "Ignacio Sanhueza",
"email": "[email protected]",
"url": "https://github.com/IgnacioSanh"
},
{
"name": "Juan Horta",
"email": "[email protected]",
"url": "https://github.com/johorta"
}
],
"dependencies": {},
"scripts": {}
}