forked from MiguelCastillo/Brackets-InteractiveLinter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 782 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
{
"title": "Interactive Linter",
"name": "interactive-linter",
"description": "Interactive linting for Brackets",
"version": "1.0.3",
"author": "Miguel Castillo <[email protected]>",
"contributors": ["Mark Simulacrum <[email protected]>"],
"homepage": "https://github.com/MiguelCastillo/Brackets-InteractiveLinter",
"repository": {
"type": "git",
"url": "git://github.com/MiguelCastillo/Brackets-InteractiveLinter.git"
},
"engines": {
"brackets": ">=0.42.0"
},
"keywords":[
"coffeelint",
"csslint",
"eslint",
"htmlhint",
"jscs",
"jshint",
"jslint",
"jsonlint",
"jsx",
"lint",
"linter",
"linting"
]
}