ソースを参照

Merge pull request #602 from erbridge/npm_compat

Add package.json
Robin Herbots 11 年 前
コミット
34bd1413b2
1 ファイル変更31 行追加0 行削除
  1. 31 0
      package.json

+ 31 - 0
package.json

@@ -0,0 +1,31 @@
+{
+  "name": "jquery.inputmask",
+  "version": "3.0.56",
+  "description": "jquery.inputmask is a jquery plugin which create an input mask.",
+  "main": "dist/jquery.inputmask.bundle.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/RobinHerbots/jquery.inputmask.git"
+  },
+  "keywords": [
+    "input",
+    "form",
+    "inputmask",
+    "mask"
+  ],
+  "author": {
+    "name": "Robin Herbots",
+    "url": "http://github.com/RobinHerbots/jquery.inputmask"
+  },
+  "license": "MIT",
+  "bugs": {
+    "url": "https://github.com/RobinHerbots/jquery.inputmask/issues"
+  },
+  "homepage": "https://github.com/RobinHerbots/jquery.inputmask",
+  "dependencies": {
+    "jquery": ">=1.7"
+  }
+}