浏览代码

2.5.0 needed by new jquery plugin site

Inuyaksa 13 年之前
父节点
当前提交
3ce638bc91
共有 1 个文件被更改,包括 36 次插入0 次删除
  1. 36 0
      package.json

+ 36 - 0
package.json

@@ -0,0 +1,36 @@
+{
+    "name": "nicescroll",
+    "version": "2.5.0",
+    "title": "jQuery.NiceScroll",
+    "author": {
+        "name": "InuYaksa",
+        "url": "https://github.com/inuyaksa"
+    },
+    "licenses": [
+        {
+            "type": "MIT",
+            "url": "MIT.LICENSE"
+        }
+    ],
+    "dependencies": {
+        "jquery": "1"
+    },
+    "description": "Nicescroll (as nice scroll for browsers) is a jquery (since 1.5) plugin, for nice scrollbars with a very similar ios/mobile style. It supports DIVs, IFrames and document page (body) scrollbars. Compatible with Firefox 4+, Chrome 5+, Safari 4+ (win/mac), Opera 10+, IE 6+ (all A-grade browsers). Compatible with iOS devices as iPad.",
+    "keywords": [
+        "nicescroll",
+        "div",
+        "scroll",
+        "ios",
+        "mobile",
+        "desktop",
+        "scrollbar"
+        "touch"
+    ],
+    "homepage": "https://github.com/inuyaksa/jquery.nicescroll",
+    "contributors": [],
+    "files": [
+        "jquery.nicescroll.js",
+        "jquery.nicescroll.min.js",
+        "zoomico.png"
+    ]
+}