-
Notifications
You must be signed in to change notification settings - Fork 631
/
package.json
35 lines (35 loc) · 838 Bytes
/
package.json
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
{
"name": "jscrollpane",
"version": "2.2.3-rc.1",
"description": "jScrollPane - cross browser custom scroll bars",
"repository": {
"type": "git",
"url": "https://github.com/vitch/jScrollPane.git"
},
"keywords": [
"jquery",
"jscrollpane",
"css"
],
"author": "Tuukka Pasanen",
"license": "(MIT OR GPL-2.0)",
"bugs": {
"url": "https://github.com/vitch/jScrollPane/issues"
},
"main": "script/jquery.jscrollpane.min.js",
"homepage": "https://github.com/vitch/jScrollPane#readme",
"scripts": {
"build": "grunt"
},
"dependencies": {
"jquery": "^3.5.1"
},
"devDependencies": {
"grunt": "^1.1.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-prettier": "^2.1.0"
}
}