-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 866 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
{
"name": "bib-locked-live-preview",
"title": "Locked Live Preview",
"description": "Lock the Live Preview to a page of your choosing. The Live Preview won't switch pages anymore when you change the active document in the editor.",
"homepage": "https://github.com/sietseb/bib.lockLivePreview",
"version": "0.1.0",
"author": "Sietse Brouwer <info@brouwerinbeeld.nl> (http://brouwerinbeeld.nl)",
"license": "MIT",
"keywords": [
"lock",
"locked",
"pin",
"pinned",
"fixed",
"live",
"preview",
"php"
],
"i18n": ["en", "nl"],
"package-i18n": {
"nl": {
"description": "Vergrendel een pagina in de Live Preview. De Live Preview wisselt niet meer van pagina als je van bestand wisselt in de editor."
}
},
"engines": {
"brackets": ">=1.2.0"
}
}