UNPKG

866 BJSONView Raw
1{
2 "name": "Angular2",
3 "publisher": "johnpapa",
4 "displayName": "Angular 2 TypeScript Snippets",
5 "description": "Angular 2 TypeScript snippets",
6 "icon": "images/angular-shield.png",
7 "galleryBanner": {
8 "color": "#0273D4",
9 "theme": "dark"
10 },
11 "license": "SEE LICENSE IN LICENSE.md",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/johnpapa/vscode-angular2-snippets.git"
15 },
16 "version": "1.0.2",
17 "engines": {
18 "vscode": "0.10.x"
19 },
20 "categories": [
21 "Snippets"
22 ],
23 "contributes": {
24 "snippets": [
25 {
26 "language": "typescript",
27 "path": "./snippets/typescript.json"
28 },
29 {
30 "language": "html",
31 "path": "./snippets/html.json"
32 }
33 ]
34 }
35}
\No newline at end of file