forked from easyroute-router/svelte-easyroute
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 991 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "svelte-easyroute",
"version": "1.1.0",
"description": "Easy-to-use Svelte router.",
"main": "router.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lyohaplotinka/svelte-easyroute.git"
},
"keywords": [
"svelte",
"router",
"route",
"framework",
"javascript"
],
"author": "Lyoha Plotinka",
"license": "MIT",
"bugs": {
"url": "https://github.com/lyohaplotinka/svelte-easyroute/issues"
},
"homepage": "https://lyoha.info/en/projects/svelterouter",
"dependencies": {
"lodash": "^4.17.15",
"svelte": "^3.4.4",
"svelte-loader": "^2.13.4",
"typescript": "^3.5.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0"
}
}