This repository was archived by the owner on Oct 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.5 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "WMFsnippets",
"publisher": "jeblad-3",
"icon": "logo.png",
"displayName": "Lua snippets for Wikimedia",
"description": "Snippets for the Lua functions in use at Wikimedia sites, including, but not limted to Lua functions used by Scribunto",
"author": "John Erling Blad",
"license": "GPL-2.0",
"galleryBanner": {
"color": "#EFF1F3",
"theme": "light"
},
"bugs": {
"url": "https://github.com/jeblad/vscode-wikimediafunctions-snippets/issues",
"email": "jeblad@gmail.com"
},
"homepage": "https://github.com/jeblad/vscode-wikimediafunctions-snippets/blob/master/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/jeblad/vscode-wikimediafunctions-snippets.git"
},
"version": "0.15.4",
"engines": {
"vscode": "^0.10.0"
},
"categories": [
"Snippets"
],
"keywords": [
"lua",
"format",
"mediawiki",
"scribunto"
],
"contributes": {
"snippets": [
{
"language": "lua",
"path": "./snippets/lua.json"
}
]
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "1.2.0",
"grunt-jsonlint": "1.1.0",
"grunt-markdownlint": "^1.0.41",
"grunt-merge-json": "^0.9.5",
"grunt-run": "^0.8.0",
"markdownlint": "^0.3.1"
},
"dependencies": {
"eslint": "^4.8.0",
"jscs": "^3.0.7"
}
}