-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 809 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 809 Bytes
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": "quasar-app-extension-auto-routing",
"version": "0.0.30",
"description": "\"Nuxt-like\" routing in Quasar projects",
"author": "luke@quasarcast.com",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"test": "echo \"No test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/ldiebold/quasar-app-extension-auto-routing"
},
"bugs": "https://github.com/ldiebold/quasar-app-extension-auto-routing/issues",
"homepage": "https://github.com/ldiebold/quasar-app-extension-auto-routing",
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"dependencies": {
"chokidar": "^3.5.3",
"lodash.template": "^4.5.0",
"vue-route-generator": "^1.0.0",
"vue-router-layout": "^0.4.1"
}
}