-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 880 Bytes
/
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
{
"name": "color-name-guru",
"version": "0.2.1",
"description": "Color name suggestions for your iOS, OSX, Web and Android projects.",
"author": {
"name": "M.Gökay Borulday"
},
"scripts": {
"start": "zem start",
"build": "zem build",
"clean": "zem clean",
"exec": "zem exec",
"build:test": "zem build --dev",
"publish": "zem publish"
},
"zeplin": {
"displayName": "Color Name Guru",
"projectTypes": [
"web",
"ios",
"osx",
"android"
],
"options": [
{
"name": "Display resources from linked and parent styleguides",
"type": "switch",
"id": "useLinkedStyleguides",
"default": true
}
]
},
"dependencies": {
"change-case": "^3.1.0",
"color-name-list": "^4.7.1",
"nearest-color": "^0.4.4",
"npm": "^6.9.0",
"zem": "^0.4.3"
}
}