forked from vuejs-tips/v-money
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "v-money-persian",
"version": "0.8.3",
"description": "Vue currency input/directive mask",
"main": "dist/v-money-persian.es.js",
"scripts": {
"size": "size-limit",
"upgrade:check": "ncu",
"upgrade:apply": "ncu -a",
"build": "rimraf dist && cross-env NODE_ENV=production bili",
"test": "jest"
},
"keywords": [
"vue",
"input",
"mask",
"directive",
"currency",
"money"
],
"files": [
"dist/",
"src/"
],
"size-limit": [
{
"path": "dist/v-money.js",
"limit": "1.6 KB"
}
],
"author": "Marcos Neves <[email protected]> (https://vuejs-tips.github.io/)",
"license": "MIT",
"devDependencies": {
"babel-jest": "^23.4.2",
"babel-preset-vue-app": "^2.0.0",
"bili": "^3.1.2",
"cross-env": "^5.2.0",
"jest": "^23.4.2",
"npm-check-updates": "^2.14.2",
"poi": "^10.2.10",
"rollup-plugin-vue": "2",
"size-limit": "^0.19.1",
"vuetify": "^1.1.10"
},
"dependencies": {
"rmrf": "^2.0.0"
}
}