FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
autocomplete-atom-api/package.json at master · atom/autocomplete-atom-api · GitHub
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
atom
/
autocomplete-atom-api
Public archive
Notifications
You must be signed in to change notification settings
Fork
41
Star
25
Code
Issues
5
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
autocomplete-atom-api
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (23 loc) · 495 Bytes
Breadcrumbs
autocomplete-atom-api
/
package.json
Copy path
File metadata and controls
23 lines (23 loc) · 495 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name"
:
"
autocomplete-atom-api
"
,
"version"
:
"
0.10.7
"
,
"description"
:
"
Atom API autocompletions
"
,
"main"
:
"
./lib/main
"
,
"license"
:
"
MIT
"
,
"repository"
:
"
https://github.com/atom/autocomplete-atom-api
"
,
"engines"
: {
"atom"
:
"
>=0.174.0 <2.0.0
"
},
"providedServices"
: {
"autocomplete.provider"
: {
"versions"
: {
"2.0.0"
:
"
getProvider
"
}
}
},
"devDependencies"
: {
"coffeelint"
:
"
^1.15.7
"
,
"request"
:
"
^2.53.0
"
,
"temp"
:
"
^0.8.1
"
}
}
Back
|
FazBrowse Home
|
New Git URL