ソースを参照

add component.json for componentJs support

Michelle Hitchner 11 年 前
コミット
2d536e15ae
1 ファイル変更9 行追加0 行削除
  1. 9 0
      component.json

+ 9 - 0
component.json

@@ -0,0 +1,9 @@
+{
+  "name": "jquery.inputmask",
+  "version": "3.1.58",
+  "description": "jquery.inputmask is a jquery plugin which create an input mask.",
+  "main": "./dist/jquery.inputmask.bundle.js",
+  "scripts": [
+    "./dist/jquery.inputmask.bundle.js"
+  ]
+}