Files
Ontime/backendpanel/asset/node_modules/perfect-scrollbar/package.json
2026-03-11 15:29:37 +07:00

97 lines
2.3 KiB
JSON
Executable File

{
"_args": [
[
"perfect-scrollbar@0.7.1",
"E:\\project\\amma\\victoryadmin\\victory"
]
],
"_from": "perfect-scrollbar@0.7.1",
"_id": "perfect-scrollbar@0.7.1",
"_inBundle": false,
"_integrity": "sha1-DCVvucXO5AHWCimWh6P5phSH4NU=",
"_location": "/perfect-scrollbar",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "perfect-scrollbar@0.7.1",
"name": "perfect-scrollbar",
"escapedName": "perfect-scrollbar",
"rawSpec": "0.7.1",
"saveSpec": null,
"fetchSpec": "0.7.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/perfect-scrollbar/-/perfect-scrollbar-0.7.1.tgz",
"_spec": "0.7.1",
"_where": "E:\\project\\amma\\victoryadmin\\victory",
"author": {
"name": "Hyunje Jun",
"email": "me@noraesae.net"
},
"bugs": {
"url": "https://github.com/noraesae/perfect-scrollbar/issues"
},
"contributors": [
{
"name": "Hyunje Jun",
"email": "me@noraesae.net"
}
],
"description": "Minimalistic but perfect custom scrollbar plugin",
"devDependencies": {
"browserify": "^11.2.0",
"del": "^2.0.2",
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-connect": "^2.2.0",
"gulp-eslint": "^1.0.0",
"gulp-insert": "^0.5.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.4.1",
"gulp-zip": "^3.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"engines": {
"node": ">= 0.12.0"
},
"files": [
"dist",
"src",
"index.js",
"jquery.js",
"perfect-scrollbar.d.ts"
],
"homepage": "https://github.com/noraesae/perfect-scrollbar#readme",
"jspm": {
"main": "./index.js",
"registry": "jspm"
},
"keywords": [
"jquery-plugin",
"frontend",
"scroll",
"scrollbar"
],
"license": "MIT",
"main": "./index.js",
"name": "perfect-scrollbar",
"repository": {
"type": "git",
"url": "git+https://github.com/noraesae/perfect-scrollbar.git"
},
"scripts": {
"before-deploy": "gulp && gulp compress",
"release": "rm -rf dist && gulp && npm publish",
"test": "gulp"
},
"style": "./dist/css/perfect-scrollbar.min.css",
"typings": "perfect-scrollbar.d.ts",
"version": "0.7.1"
}