-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 929 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": "web-developer-tools",
"main": "./lib/web-tools",
"version": "0.4.4",
"description": "A Set of Tools to work with Web Development",
"keywords": [],
"activationCommands": {
"atom-workspace": [
"web-tools:about",
"web-tools:html:lists",
"web-tools:html:structure",
"web-tools:tables",
"web-tools:html:paragraphs",
"web-tools:html:paragraphs-headings",
"web-tools:html:insert",
"web-tools:html:anchors",
"web-tools:html:html5",
"web-tools:css:colors",
"web-tools:misc:spaces-tabs",
"web-tools:misc:smart-quotes",
"web-tools:misc:entify",
"web-tools:misc:js-chars",
"web-tools:misc:collapse-lines",
"web-tools:misc:getPath",
"web-tools:misc:copyProfile",
"web-tools:misc:sample",
"web-tools:misc:replace"
]
},
"repository": "https://github.com/manngo/atom-web-tools",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {}
}