-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
46 lines (46 loc) · 1.03 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
{
"name": "@adobexd/typings",
"version": "25.0.0",
"types": "./types/index.d.ts",
"description": "Typings for Adobe XD CC",
"repository": {
"type": "git",
"url": "[email protected]:AdobeXD/typings.git"
},
"keywords": [
"typescript",
"adobe-xd",
"xd",
"adobexd",
"plugins",
"typings",
"typescript definitions"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/AdobeXD/typings/issues"
},
"homepage": "https://github.com/AdobeXD/typings#readme",
"contributors": [
{
"name": "Pablo Klaschka",
"email": "[email protected]",
"url": "https://github.com/pklaschka"
},
{
"name": "Eric Robinson",
"email": "[email protected]",
"url": "https://github.com/ericdrobinson"
},
{
"name": "Kerri Shotts",
"email": "[email protected]",
"url": "https://github.com/kerrishotts"
},
{
"name": "Jonathan Fontanez",
"email": "[email protected]",
"url": "https://github.com/tato123"
}
]
}