-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 891 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
{
"name": "quasar-app-extension-json-tree-editor",
"version": "0.2.5",
"description": "Visualize, edit and validate a json object as a tree view",
"author": "singerla <[email protected]>",
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/singerla/quasar-json-tree-editor"
},
"bugs": "https://github.com/singerla/quasar-json-tree-editor/issues",
"homepage": "https://github.com/singerla/quasar-json-tree-editor",
"dependencies": {
"quasar-ui-json-tree-editor": "^0.2.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}