forked from lrsjng/jquery-scrollpanel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 825 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
{
"name": "jquery-scrollpanel",
"title": "jQuery.scrollpanel",
"version": "0.7.0",
"description": "Simple vertical scrollpanel.",
"homepage": "https://larsjung.de/jquery-scrollpanel/",
"bugs": "https://github.com/lrsjng/jquery-scrollpanel/issues",
"author": "Lars Jung <[email protected]> (https://larsjung.de)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lrsjng/jquery-scrollpanel.git"
},
"main": "dist/jquery-scrollpanel.js",
"scripts": {
"lint": "eslint .",
"build": "node ghu release",
"precommit": "npm run -s lint && npm run -s build"
},
"devDependencies": {
"eslint": "3.2.2",
"ghu": "0.11.0",
"jquery": "1.12.4",
"jquery-mousewheel": "3.1.13",
"normalize.css": "4.2.0"
},
"engines": {
"node": ">=6.0.0"
}
}