-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 784 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 784 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
{
"name": "EmberES6Snippets",
"publisher": "phanitejakomaravolu",
"description": "Snippets for Ember Javascript and Handlebars",
"displayName": "Ember JS (ES6) and Handlebars code snippets",
"icon": "images/ember.png",
"version": "2.3.3",
"engines": {
"vscode": "0.10.x"
},
"categories": [
"Snippets"
],
"repository": {
"type": "git",
"url": "https://github.com/phaniteja1/EmberSnippetsVSCode.git"
},
"contributes": {
"snippets": [
{
"language": "javascript",
"path": "./snippets/emberjs.json"
},
{
"language": "handlebars",
"path": "./snippets/ember-hbs.json"
}
]
}
}