-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 844 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
{
"name": "fast-dart",
"displayName": "Fast Dart",
"description": "Code faster in Dart language with the help of some prewritten code snippets.",
"icon": "images/fast-dart-logo.png",
"version": "1.0.2",
"publisher": "YashPaneliya",
"engines": {
"vscode": "^1.56.0"
},
"keywords": [
"Flutter",
"Dart",
"Snippets"
],
"homepage": "https://github.com/yashpaneliya/Fast-Dart",
"repository": {
"type": "git",
"url": "https://github.com/yashpaneliya/Fast-Dart.git"
},
"bugs": {
"url": "https://github.com/yashpaneliya/Fast-Dart/issues"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [{
"language": "dart",
"path": "./snippets/snippets.code-snippets"
}]
}
}