Browse Source

add component.json for componentJs support

Michelle Hitchner 11 years ago
parent
commit
2d536e15ae
1 changed files with 9 additions and 0 deletions
  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"
+  ]
+}