forked from eddiemf/vue-scrollactive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.7 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.7 KB
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
47
48
49
50
51
52
53
54
55
{
"name": "vue-scrollactive",
"version": "0.4.6",
"title": "Vue Scrollactive",
"description": "Lightweight and simple to use vue component that highlights menu items as you scroll the page, also scrolling to target section when clicked.",
"main": "dist/vue-scrollactive.js",
"scripts": {
"dev": "webpack --progress --hide-modules",
"watch": "webpack --progress --hide-modules --watch",
"prod": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"demo": "webpack --progress --hide-modules --config='build/webpack.demos.config.js'",
"watch-demo": "webpack --progress --hide-modules --watch --config='build/webpack.demos.config.js'"
},
"repository": {
"type": "git",
"url": "https://github.com/eddiemf/vue-scrollactive.git"
},
"keywords": [
"vue",
"vue-plugin",
"vue-component",
"scroll",
"active",
"active-class",
"menu-item",
"highlight-menu-item"
],
"author": {
"name": "Mauricio Farias Dziedzinski",
"email": "d.mauriciofarias@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/eddiemf/vue-scrollactive/issues"
},
"homepage": "https://github.com/eddiemf/vue-scrollactive#readme",
"dependencies": {
"bezier-easing": "^2.0.3"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.23.0",
"cross-env": "^5.0.1",
"extract-text-webpack-plugin": "^2.1.2",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"vue-html-loader": "^1.2.4",
"vue-loader": "^12.2.1",
"webpack": "^3.0.0"
}
}