forked from manucorporat/linter-verilog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 862 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
{
"name": "linter-verilog",
"main": "./lib/init",
"version": "0.7.0",
"description": "Atom linter for Verilog/SystemVerilog, using verilator or icarus verilog.",
"keywords": [
"verilog",
"systemverilog",
"verilator",
"iverilog",
"icarus",
"linter",
"compiler"
],
"repository": "https://github.com/manucorporat/linter-verilog",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"atom-linter": "^4.5.0",
"atom-package-deps": "^4.0.1"
},
"devDependencies": {
"coffeelint": "^1.14.2",
"eslint": "^2.2.0",
"babel-eslint": "^5.0.0",
"eslint-config-airbnb": "^6.0.2",
"eslint-plugin-react": "^4.1.0"
},
"package-deps": [
"linter"
],
"providedServices": {
"linter": {
"versions": {
"1.0.0": "provideLinter"
}
}
}
}