forked from atom/autocomplete-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 951 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
{
"name": "autocomplete-plus",
"version": "2.12.1",
"main": "./lib/main",
"description": "Display possible completions in the editor while typing",
"repository": "https://github.com/atom-community/autocomplete-plus",
"engines": {
"atom": ">=0.189.0 <2.0.0"
},
"dependencies": {
"atom-slick": "^2.0.0",
"clear-cut": "^0.4.0",
"fuzzaldrin": "^2.1.0",
"grim": "^1.2.0",
"minimatch": "^2.0.1",
"selector-kit": "^0.1",
"semver": "^4.3.1",
"stable": "^0.1.5",
"underscore-plus": "^1.6.6"
},
"devDependencies": {
"coffeelint": ">=1.8.1",
"fs-plus": ">=2.4.0",
"temp": ">=0.7.0"
},
"consumedServices": {
"autocomplete.provider": {
"versions": {
"1.0.0": "consumeProviderLegacy",
"1.1.0": "consumeProvidersLegacy",
"2.0.0": "consumeProvider"
}
},
"snippets": {
"versions": {
"0.1.0": "consumeSnippets"
}
}
}
}