23 lines
512 B
JSON
23 lines
512 B
JSON
{
|
|
"name": "hs-scrollspy",
|
|
"version": "3.0.0",
|
|
"description": "Scroll Nav Plugin",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "HS",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.6",
|
|
"@babel/preset-env": "^7.8.6",
|
|
"babel-loader": "^8.0.6",
|
|
"gulp": "^4.0.2",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-uglify": "^3.0.2",
|
|
"jquery": "^3.4.1",
|
|
"webpack": "^4.41.6",
|
|
"webpack-stream": "^5.2.1"
|
|
},
|
|
"dependencies": {}
|
|
}
|