Adam Bouqdib пре 11 година
родитељ
комит
236bea247c
1 измењених фајлова са 29 додато и 4 уклоњено
  1. 29 4
      package.json

+ 29 - 4
package.json

@@ -1,9 +1,34 @@
 {
-  "name": "jquery-plugin",
-  "version": "0.0.0-ignored",
-  "engines": {
-    "node": ">= 0.8.0"
+  "name": "jquery-smoove",
+  "filename": "jquery.smoove.min.js",
+  "version": "0.2.6",
+  "description": "A simple jQuery plugin for sexy scrolling effects using CSS3 transitions and transforms.",
+  "homepage": "http://smoove.donlabs.com",
+  "keywords": [
+    "jquery",
+    "scroll",
+    "css",
+    "animation"
+  ],
+  "maintainers": [
+    "Adam Bouqdib (http://abemedia.co.uk)"
+  ],
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/abeMedia/jquery-smoove"
   },
+  "bugs": {
+    "url": "https://github.com/abeMedia/jquery-smoove/issues"
+  },
+  "main": "jquery.smoove.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "dependencies": {
+    "jquery": ">= 1.5"
+  },
+  "author": "Adam Bouqdib <[email protected]> (http://abemedia.co.uk/)",
+  "license": "GPL-2.0",
   "scripts": {
     "test": "grunt qunit"
   },