-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.67 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"author": {
"name": "youjingyu",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Youjingyu/vue-custom-input/issues"
},
"dependencies": {
"vue": "^2.1.0"
},
"description": "Vue component for custom input, mobile web input, simulating native app input.",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^3.2.4",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"moment": "^2.18.1",
"url-loader": "^0.5.9",
"vue-loader": "^10.3.0",
"vue-template-compiler": "^2.4.4",
"webpack": "^2.7.0",
"webpack-dev-server": "^2.8.2"
},
"directories": {},
"dist": {
"shasum": "",
"tarball": "https://github.com/Youjingyu/vue-custom-input/archive/1.0.0.tar.gz"
},
"gitHead": "",
"homepage": "https://github.com/Youjingyu/vue-custom-input",
"keywords": [
"vue",
"input",
"custom input",
"mobile web input",
"simulate native app input"
],
"main": "dist/vue-custom-input.js",
"maintainers": [
{
"name": "youjingyu",
"email": "[email protected]"
}
],
"name": "vue-custom-inputs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/Youjingyu/vue-custom-input.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production BUILD=publish webpack --progress --hide-modules",
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"doc": "cross-env NODE_ENV=production BUILD=doc webpack --progress --hide-modules"
},
"version": "1.0.4"
}