mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 01:13:22 +08:00
19 lines
396 B
JSON
Executable File
19 lines
396 B
JSON
Executable File
{
|
|
"name": "perfect-scrollbar",
|
|
"version": "0.4.9",
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-jshint": "~0.1.1",
|
|
"grunt-contrib-uglify": "~0.1.1",
|
|
"grunt-contrib-cssmin": "~0.6.1",
|
|
"grunt-contrib-csslint": "~0.1.2",
|
|
"grunt-contrib-clean": "~0.4.1"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt travis --verbose"
|
|
}
|
|
}
|