1 | {
|
2 | "name": "vue-maskedinput",
|
3 | "version": "0.1.3",
|
4 | "description": "Masked input Vue component",
|
5 | "repository": {
|
6 | "url": "luyilin/vue-maskedinput",
|
7 | "type": "git"
|
8 | },
|
9 | "main": "dist/vue-maskedinput.common.js",
|
10 | "files": [
|
11 | "dist"
|
12 | ],
|
13 | "scripts": {
|
14 | "prepublishOnly": "npm test && npm run build",
|
15 | "test": "test-vue-app",
|
16 | "build": "bili",
|
17 | "example": "poi",
|
18 | "build:example": "poi build"
|
19 | },
|
20 | "author": {
|
21 | "name": "luyilin",
|
22 | "email": "luyilin12@gmail.com"
|
23 | },
|
24 | "license": "MIT",
|
25 | "poi": {
|
26 | "entry": "example/index.js",
|
27 | "dist": "example/dist",
|
28 | "homepage": "./"
|
29 | },
|
30 | "bili": {
|
31 | "format": [
|
32 | "cjs",
|
33 | "umd"
|
34 | ]
|
35 | },
|
36 | "devDependencies": {
|
37 | "bili": "^0.18.2",
|
38 | "poi": "^9.3.10",
|
39 | "test-vue-app": "^1.0.0",
|
40 | "vue-test-utils": "^1.0.0-beta.2"
|
41 | },
|
42 | "dependencies": {
|
43 | "inputmask-core": "^2.2.0"
|
44 | }
|
45 | }
|