-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
36 lines (36 loc) · 869 Bytes
/
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
{
"name": "language-chef",
"main": "./lib/main",
"version": "3.5.1",
"description": "Chef language support based on chef-client 13 + 14",
"keywords": [
"language",
"grammar",
"ruby",
"chef",
"cookbook",
"resource",
"syntax",
"snippets",
"chef-client",
"autocomplete"
],
"repository": "https://github.com/sous-chefs/language-chef",
"author": "Patrick Schaumburg <info@p-schaumburg.de>",
"license": "Apache2.0",
"engines": {
"atom": ">=1.15.0"
},
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"readme": "# Language - Chef\n\nAll Chef resources, helpers, metadata information and properties with autocompletion.",
"readmeFilename": "README.md",
"providedServices": {
"autocomplete.provider": {
"versions": {
"4.0.0": "getProvider"
}
}
}
}