-
-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathpackage.json
52 lines (52 loc) · 1.2 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
{
"name": "@adobexd/typings",
"version": "22.0.0",
"typings": "./types/index.d.ts",
"description": "Typings for Adobe XD CC",
"repository": {
"type": "git",
"url": "git@github.com: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": "xdplugins@pabloklaschka.de",
"url": "https://github.com/pklaschka"
},
{
"name": "Eric Robinson",
"email": "eric@sonicbloom.io",
"url": "https://github.com/ericdrobinson"
},
{
"name": "Kerri Shotts",
"email": "kerrishotts@gmail.com",
"url": "https://github.com/kerrishotts"
},
{
"name": "Jonathan Fontanez",
"email": "fontanezj1@gmail.com",
"url": "https://github.com/tato123"
}
],
"devDependencies": {
"prettier": "^1.19.1"
},
"dependencies": {
"css-selector-parser": "^1.3.0"
}
}