forked from ditinc/linter-cflint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 889 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
{
"name": "linter-cflint-dce",
"main": "./lib/main",
"activationCommands": [],
"version": "0.15.0",
"description": "Linter plugin for ColdFusion, using CFLint",
"repository": "https://github.com/jinglesthula/linter-cflint.git",
"license": "MIT",
"engines": {
"atom": ">1.8.0"
},
"providedServices": {
"linter": {
"versions": {
"2.0.0": "provideLinter"
}
}
},
"dependencies": {
"atom-linter": "9.0.1",
"atom-package-deps": "4.5.0",
"comment-json": "1.1.3",
"es6-promisify": "5.0.0",
"find-java-home": "0.1.4",
"lodash": "4.16.4"
},
"package-deps": [
"linter",
"language-cfml"
],
"devDependencies": {
"babel-eslint": "7.2.1",
"eslint": "3.18.0",
"eslint-config-airbnb-base": "11.1.1",
"eslint-plugin-import": "2.2.0"
},
"author": "Jon Anderson <[email protected]>"
}