forked from autocomplete-python/autocomplete-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.43 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "autocomplete-python",
"main": "./lib/main",
"version": "1.17.0",
"description": "Python completions for packages, variables, methods, functions, with their arguments. Powered by your choice of Jedi or Kite.",
"repository": "[email protected]:autocomplete-python/autocomplete-python.git",
"license": "GPL",
"engines": {
"atom": ">=0.194.0 <2.0.0"
},
"dependencies": {
"atom-slick": "^2.0.0",
"atom-space-pen-views": "~2.1.0",
"fuzzaldrin-plus": "^0.3.1",
"kite-installer": "=3.15.0",
"selector-kit": "^0.1",
"space-pen": "^5.1.2",
"underscore": "^1.8.3",
"mixpanel": "^0.5.0"
},
"package-dependencies": {},
"providedServices": {
"autocomplete.provider": {
"versions": {
"2.0.0": "getProvider"
}
},
"hyperclick.provider": {
"versions": {
"0.0.0": "getHyperclickProvider"
}
}
},
"consumedServices": {
"snippets": {
"versions": {
"0.1.0": "consumeSnippets"
}
},
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
}
},
"contributors": [
{
"name": "Dmitry Sadovnychyi",
"email": "[email protected]"
},
{
"name": "Daniel Hung",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/autocomplete-python/autocomplete-python/issues"
},
"keywords": [
"python",
"autocomplete",
"jedi"
]
}