-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 2.51 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
{
"name": "atom-french-menu",
"main": "./lib/main",
"version": "1.0.0",
"description": "Your favorite text and code editor is now available in French within a package !",
"repository": {
"type": "git",
"url": "https://github.com/lamboley/atom-french-menu.git"
},
"license": "MIT",
"engines": {
"atom": ">=1.16.0 <2.0.0"
},
"dependencies": {},
"keywords": [
"français",
"french",
"fr",
"translation",
"localization"
],
"readme": "[![Download](https://img.shields.io/apm/dm/french-menu?label=Download)](https://atom.io/packages/french-menu)\n[![Version](https://img.shields.io/apm/v/french-menu?label=Version)](https://github.com/lamboley/atom-french-menu/releases)\n[![Licence](https://img.shields.io/apm/l/french-menu?label=Licence)](https://github.com/lamboley/atom-french-menu/blob/master/LICENSE)\n[![Tracker](https://img.shields.io/github/issues/lamboley/atom-french-menu.svg?label=Issues&style=popout)](https://github.com/lamboley/atom-french-menu/issues)\n\n# Atom - french-menu\n\nYour favorite text and code editor is now available in French within a package !\n\n![Capture](https://user-images.githubusercontent.com/48674337/69827889-b21dc800-1219-11ea-9a40-4bb63229a35c.PNG)\n\n### Reference\n\nThis project is based on [atom-japanese-menu](//atom.io/packages/japanese-menu) by [syon](//atom.io/users/syon) and [korean-menu](//atom.io/packages/korean-menu) by [hue319](//atom.io/users/hue319).\n\nOriginaly created by [Spidersouris](//atom.io/users/Spidersouris).\n\nCurrently maintened by [lamboley](//atom.io/users/lamboley).\n\n## Issues\n\n* If you found a bug or have an error, feel free to create an [issue](https://github.com/lamboley/atom-french-menu/issues).\n* If you found a wrong translation, a missing translation or want to propose another possible translation, feel free to create an [issue](https://github.com/lamboley/atom-french-menu/issues).\n* If you have a general comment or concern, feel free to leave a [comment](https://github.com/lamboley/atom-french-menu/issues).\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/lamboley/atom-french-menu/issues"
},
"homepage": "https://github.com/lamboley/atom-french-menu",
"configSchema": {
"delay": {
"type": "integer",
"default": 0,
"title": "Delay",
"description": "Workaround for fixing the 'File' menu on the right of the menu bar. It's a delay in ms, keep increase it if the menu appear in the right of the menu bar. A value of 1300 should be good enough."
}
}
}