You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
397 B
18 lines
397 B
{
|
|
"name": "perfect-scrollbar",
|
|
"version": "0.4.10",
|
|
"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"
|
|
}
|
|
}
|
|
|