Adam Bouqdib 11 năm trước cách đây
mục cha
commit
c8014b254d
3 tập tin đã thay đổi với 56 bổ sung1 xóa
  1. 0 1
      .gitignore
  2. 31 0
      bower.json
  3. 25 0
      package.json

+ 0 - 1
.gitignore

@@ -1 +0,0 @@
-package.json

+ 31 - 0
bower.json

@@ -0,0 +1,31 @@
+{
+  "name": "jquery-smoove",
+  "description": "A simple jQuery plugin for super sexy scrolling effects using CSS3 transitions and transforms.",
+  "keywords": [
+    "jquery",
+    "scroll",
+    "css",
+    "animation"
+  ],
+  "homepage": "http://smoove.donlabs.com",
+  "main": "jquery.smoove.js",
+  "dependencies": {
+    "jquery": ">=1.5"
+  },
+  "authors": [
+    "Adam Bouqdib (http://abemedia.co.uk)"
+  ],
+  "license": "GPL-2.0",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/abeMedia/jquery-smoove"
+  },
+  "version": "0.2.6",
+  "ignore": [
+    "**/.*",
+    "node_modules",
+    "bower_components",
+    "test",
+    "tests"
+  ]
+}

+ 25 - 0
package.json

@@ -0,0 +1,25 @@
+{
+  "name": "jquery-smoove",
+  "filename": "jquery.smoove.min.js",
+  "version": "0.2.6",
+  "description": "A simple jQuery plugin for super sexy scrolling effects using CSS3 transitions and transforms.",
+  "homepage": "http://smoove.donlabs.com",
+  "keywords": [
+    "jquery",
+    "scroll",
+    "css",
+    "animation"
+  ],
+  "maintainers": [
+    {
+      "name": "Adam Bouqdib",
+      "web": "http://abemedia.co.uk"
+    }
+  ],
+  "repositories": [
+    {
+      "type": "git",
+      "url": "https://github.com/abeMedia/jquery-smoove"
+    }
+  ]
+}