-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 997 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
37
38
39
40
41
42
43
{
"name": "less-than-slash",
"main": "./index.js",
"version": "0.20.0",
"description": "Adds automatic closing of HTML tags when less-than, slash (</) is typed.",
"author": {
"name": "Matthew R Hanlon",
"email": "[email protected]",
"url": "https://mrhanlon.com"
},
"contributors": [
{
"name": "MarcoThePoro",
"url": "https://github.com/MarcoThePoro"
},
{
"name": "Jimmy Brian Anamaria Torres",
"url": "https://github.com/Azakur4"
},
{
"name": "Jon Crenshaw",
"email": "[email protected]",
"url": "https://github.com/jdcrensh"
}
],
"bugs": "https://github.com/mrhanlon/less-than-slash/issues",
"repository": {
"url": "https://github.com/mrhanlon/less-than-slash",
"type": "git"
},
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"providedServices": {
"autocomplete.provider": {
"versions": {
"2.0.0": "provide"
}
}
},
"dependencies": {}
}