forked from Peekmo/atom-autocomplete-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 807 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 807 Bytes
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
{
"name": "atom-autocomplete-php",
"main": "./lib/peekmo-php-atom-autocomplete",
"version": "0.7.1",
"description": "Atom autocompletion plugin for PHP language",
"repository": {
"type": "git",
"url": "https://github.com/Peekmo/atom-autocomplete-php.git"
},
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"providedServices": {
"autocomplete.provider": {
"versions": {
"2.0.0": "getProvider"
}
}
},
"dependencies": {
"autocomplete-plus": "git+https://github.com/saschagehlich/autocomplete-plus.git",
"fuzzaldrin": "^2.1.0",
"minimatch": "^2.0.1",
"MD5": "1.2.1",
"sub-atom": "~1.0.0",
"jquery": "~2.1.4",
"atom-space-pen-views": "~2.0.5"
},
"keywords": [
"php",
"composer",
"autocomplete"
]
}