ソースを参照

add composer.json

Robin Herbots 11 年 前
コミット
a2b17d5120
1 ファイル変更14 行追加0 行削除
  1. 14 0
      composer.json

+ 14 - 0
composer.json

@@ -0,0 +1,14 @@
+{
+    "name": "RobinHerbots/jquery.inputmask",
+    "description": "jquery.inputmask is a jquery plugin which create an input mask.",
+	"version": "3.1.57",
+    "type": "library",
+    "keywords": ["jQuery", "plugins", "input", "form", "inputmask", "mask"],
+    "homepage": "http://robinherbots.github.io/jquery.inputmask",
+    "license": "MIT",
+    "authors": [
+        {
+            "name": "Robin Herbots"
+        }
+    ]
+}