forked from mattberkowitz/autoclose-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "autoclose-html",
"author": {
"name": "Matt Berkowitz"
},
"main": "./lib/autoclose-html",
"version": "0.24.0",
"private": true,
"description": "Automates closing of HTML Tags",
"repository": {
"type": "git",
"url": "https://github.com/mattberkowitz/autoclose-html"
},
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {},
"contributors": [
{
"name": "Evan Hahn",
"email": "[email protected]",
"url": "http://evanhahn.com"
},
{
"name": "Mat Silva",
"email": "[email protected]",
"url": "https://github.com/matsilva"
}
],
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/mattberkowitz/autoclose-html/issues"
},
"homepage": "https://github.com/mattberkowitz/autoclose-html",
"_id": "[email protected]",
"dist": {
"shasum": "25792d1cf3395393c861bfcb919fe684f505af85"
},
"_resolved": "C:\\Users\\msilva\\AppData\\Local\\Temp\\d-114711-6236-8rgida\\package.tgz",
"_from": "C:\\Users\\msilva\\AppData\\Local\\Temp\\d-114711-6236-8rgida\\package.tgz"
}