Skip to content

Commit bee4d5c

Browse files
committed
update package json file
1 parent cf42f42 commit bee4d5c

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

package.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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+
}

0 commit comments

Comments
 (0)