-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "timber-snippets",
"icon": "timber-icon.png",
"publisher": "jdcreations",
"author": "Jayce Dugan",
"email": "[email protected]",
"url": "https://github.com/JayceDugan/Timber-Snippets",
"displayName": "Timber Snippets",
"description": "Timber Snippets is a collection of short-hand snippets from https://timber.github.io. Timber is a faster, easier and more powerful way to build Wordpress themes, because Wordpress is awesome, but the loop isn't. Timber is developed and maintained by Upstatement.",
"version": "1.2.2",
"license": "MIT",
"engines": {
"vscode": "^1.38.0"
},
"categories": [
"Snippets"
],
"repository": {
"type": "git",
"url": "https://github.com/JayceDugan/Timber-Snippets"
},
"bugs": {
"url": "https://github.com/JayceDugan/Timber-Snippets/issues"
},
"keywords": [
"Snippets",
"Timber",
"Twig",
"Upstatement",
"Wordpress",
"WP"
],
"contributes": {
"snippets": [
{
"language": "php",
"path": "./snippets/snippets.json"
}
]
}
}