forked from joefitzgerald/go-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.24 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "go-plus",
"description": "Adds `gocode`, `gofmt`, `goimports`, `go vet`, `golint`, `go build` and `go test` functionality for the go language.",
"keywords": [
"go",
"golang",
"autocomplete",
"gofmt",
"gocode",
"format",
"fmt",
"godef",
"goimports",
"gorename",
"goreturns",
"lint",
"oracle",
"vet"
],
"version": "3.3.12",
"main": "./lib/go-plus",
"license": "Apache-2.0",
"engines": {
"atom": ">=0.192.0 <2.0.0",
"node": "*"
},
"author": "Joe Fitzgerald <[email protected]> (http://github.com/joefitzgerald)",
"homepage": "https://atom.io/packages/go-plus",
"repository": "https://github.com/joefitzgerald/go-plus",
"bugs": {
"url": "https://github.com/joefitzgerald/go-plus/issues"
},
"dependencies": {
"async": ">=0.9.0",
"atom-message-panel": "git+https://github.com/joefitzgerald/atom-message-panel.git#go-plus",
"emissary": "1.x",
"event-kit": ">=0.8.1",
"fs-plus": "2.x",
"glob": ">=4.0.6",
"temp": ">=0.8.1",
"underscore-plus": "1.x"
},
"devDependencies": {
"coffeelint": ">=1.8.1"
},
"providedServices": {
"autocomplete.provider": {
"versions": {
"2.0.0": "provide"
}
}
}
}