forked from Foliotek/nanoScrollerJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.6 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@foliotek/nanoscroller",
"description": "A jQuery plugin that offers a simplistic way of implementing Lion OS scrollbars.",
"version": "0.8.7",
"author": "James Florentino <[email protected]> (http://blog.jamesflorentino.com/)",
"bugs": {
"url": "https://github.com/jamesflorentino/nanoScrollerJS/issues"
},
"contributors": [
"Krister Kari (http://krister.fi/)"
],
"dependencies": {
"css": "*",
"jquery": ">=1.6"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-coffee": "~0.12.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-csslint": "~0.3.1",
"grunt-contrib-jasmine": "~0.8.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-yuidoc": "~0.5.2",
"grunt-shell": "~1.1.1",
"grunt-sizediff": "~1.0.1",
"marked": "~0.3.2"
},
"directories": {
"doc": "docs",
"lib": "dist",
"test": "tests"
},
"format": "amd",
"homepage": "https://github.com/jamesflorentino/nanoScrollerJS",
"keywords": [
"ecosystem:jquery",
"jquery-plugin",
"scrollbar"
],
"license": "MIT",
"main": "dist/javascripts/jquery.nanoscroller.js",
"style": "dist/css/nanoscroller.css",
"files": [
"dist/css/nanoscroller.css",
"dist/javascripts/jquery.nanoscroller.js"
],
"repository": {
"type": "git",
"url": "https://github.com/Foliotek/nanoscrollerJS.git"
},
"scripts": {
"test": "grunt test"
},
"shim": {
"javascripts/jquery.nanoscroller": [
"jquery",
"../css/nanoscroller.css!"
]
}
}