-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.07 KB
/
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
41
42
43
44
45
46
{
"name": "@arodax/vue-nav-spa",
"description": "Navigation for Single Page Applications",
"version": "1.2.1",
"keywords": [
"vue",
"vue-plugin",
"vue-component",
"scrollspy",
"scroll",
"smoothscroll"
],
"homepage": "https://github.com/arodax/vue-nav-spa",
"repository": {
"type": "git",
"url": "https://github.com/arodax/vue-nav-spa.git"
},
"bugs": "https://github.com/arodax/vue-nav-spa/issues",
"maintainers": [
{
"name": "ARODAX a.s.",
"email": "info@arodax.com",
"web": "www.arodax.com"
}
],
"authors": {
"name": "Daniel Chodusov",
"email": "daniel@chodusov.com"
},
"contributors": [
{
"name": "Daniel Chodusov",
"email": "daniel@chodusov.com"
}
],
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "webpack --progress --hide-modules --mode=development",
"watch": "webpack --progress --hide-modules --watch --mode=development",
"prod": "webpack --progress --hide-modules --mode=production"
},
"dependencies": {
"bezier-easing": "^2.1.0"
}
}