浏览代码

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"
+  ]
+}