forked from Nash0x7E2/awesome-flutter-snippets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "awesome-flutter-snippets",
"displayName": "Awesome Flutter Snippets",
"description": "Awesome Flutter Snippets is a collection snippets and shortcuts for commonly used Flutter functions and classes",
"version": "1.0.5",
"icon": "logo.png",
"publisher": "Nash",
"engines": {
"vscode": "^1.24.0"
},
"keywords": [
"Flutter",
"Dart",
"Snippets"
],
"galleryBanner": {
"color": "#FF00FF",
"theme": "dark"
},
"homepage": "https://github.com/Neevash/awesome-flutter-snippets",
"repository": {
"type": "git",
"url": "https://github.com/Neevash/awesome-flutter-snippets.git"
},
"bugs": {
"url": "https://github.com/Neevash/awesome-flutter-snippets/issues",
"email": "[email protected]"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "dart",
"path": "./snippets/snippets.json"
}
]
}
}