source: frontend/node_modules/launch-editor/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 547 bytes
RevLine 
[9af201e]1{
2 "name": "launch-editor",
3 "version": "2.13.2",
4 "description": "launch editor from node.js",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/yyx990803/launch-editor.git"
9 },
10 "keywords": [
11 "launch",
12 "editor"
13 ],
14 "author": "Evan You",
15 "license": "MIT",
16 "bugs": {
17 "url": "https://github.com/yyx990803/launch-editor/issues"
18 },
19 "homepage": "https://github.com/yyx990803/launch-editor#readme",
20 "dependencies": {
21 "picocolors": "^1.1.1",
22 "shell-quote": "^1.8.3"
23 }
24}
Note: See TracBrowser for help on using the repository browser.