File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " vscode-nightwatchjs-snippets" ,
3
+ "version" : " 0.1.0" ,
4
+ "description" : " NightwatchJS code snippets for Visual Studio Code" ,
5
+ "displayName" : " NightwatchJS snippets for VS Code" ,
6
+ "publisher" : " Raju" ,
7
+ "engines" : {
8
+ "vscode" : " ^0.10.x"
9
+ },
10
+ "galleryBanner" : {
11
+ "color" : " #F0F0FF" ,
12
+ "theme" : " dark"
13
+ },
14
+ "repository" : {
15
+ "type" : " git" ,
16
+ "url" : " git+https://github.com/spnraju/vscode-nightwatchjs-snippets.git"
17
+ },
18
+ "scripts" : {
19
+ "publish" : " vsce publish"
20
+ },
21
+ "categories" : [
22
+ " Snippets"
23
+ ],
24
+ "author" : " Raju" ,
25
+ "license" : " MIT" ,
26
+ "bugs" : {
27
+ "url" : " https://github.com/spnraju/vscode-nightwatchjs-snippets/issues"
28
+ },
29
+ "homepage" : " https://github.com/spnraju/vscode-nightwatchjs-snippets#readme" ,
30
+ "contributes" : {
31
+ "snippets" : [
32
+ {
33
+ "language" : " javascript" ,
34
+ "path" : " ./snippets/nightwatchsnippets.json"
35
+ },
36
+ }
You can’t perform that action at this time.
0 commit comments