-
Notifications
You must be signed in to change notification settings - Fork 10
/
exporter.json
21 lines (21 loc) · 969 Bytes
/
exporter.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"id": "io.supernova.android",
"name": "Android",
"description": "Android token and style exporter\n\nThe Android exporter allows you to produce production-ready code for all product styles (such as colors) defined inside your design system in such a way that you can immediately use them to style your application elements. Specifically, this exporter automates the coding of color definitions, text styles, fonts, radii, and measures. The exporter will generate a file per style type.\n\nCheck out README.md in the Github repository for more details on usage.",
"source_dir": "src",
"version": "1.5.2",
"usesBrands": true,
"tags": ["Android", "Tokens", "Styles", "Colors"],
"author": "Vsevolod Krasnov",
"organization": "Supernova",
"homepage": "https://supernova.io",
"config": {
"output": "output.json",
"sources": "sources.json",
"js": "src/functions.js"
},
"engines": {
"pulsar": "1.0.0",
"supernova": "1.0.0"
}
}