-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·32 lines (32 loc) · 805 Bytes
/
package.json
File metadata and controls
executable file
·32 lines (32 loc) · 805 Bytes
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
{
"name": "zeplin-flutter-extended",
"version": "0.1.3",
"description": "Flutter Extended version extension to generate smart code snippets like Containers, RichTexts, BoxDecoration with their properties: Shadows, Borders, Gradients, etc.",
"scripts": {
"start": "zem start",
"build": "zem build",
"clean": "zem clean",
"exec": "zem exec",
"publish": "zem publish"
},
"author": {
"name": "Roberto Juarez",
"email": "juarez.roberto77@gmail.com",
"url": "https://lnk.bio/9dQ4"
},
"repository": {
"type": "git",
"url": "https://github.com/robertodevs/zeplin-flutter-extended"
},
"zeplin": {
"displayName": "Flutter Extended",
"platforms": [
"web",
"android",
"ios"
]
},
"dependencies": {
"zem": "^0.4.4"
}
}