-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
45 lines (45 loc) · 1.44 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
{
"name": "vue-auto-focus",
"version": "1.0.0",
"description": "A vue directive that can let you control your input and textarea auto focus very easily!",
"main": "dist/build.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"mb": "export PRODUCTION=1 && webpack --progress --hide-modules",
"wb": "set PRODUCTION=1 && webpack --progress --hide-modules",
"dev": "webpack-dev-server --progress --profile --colors --inline",
"port": "webpack-dev-server --progress --colors --inline --port 9090 ",
"ip": "webpack-dev-server --progress --profile --colors --inline --host=192.168.88.106 --port 9000"
},
"repository": {
"type": "git",
"url": "https://github.com/yeyuqiudeng/vue-auto-focus.git"
},
"bugs": {
"url": "https://github.com/yeyuqiudeng/vue-auto-focus/issues"
},
"homepage": "https://github.com/yeyuqiudeng/vue-auto-focus#readme",
"keywords": [
"vue-auto-focus",
"auto focus",
"vue directive",
"vue"
],
"devDependencies": {
"babel-core": "^6.18.0",
"babel-loader": "^6.2.7",
"babel-plugin-component": "^0.5.1",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"babel-runtime": "^6.18.0",
"vue-hot-reload-api": "^2.0.6",
"vue-loader": "^9.9.5",
"webpack": "^1.13.3"
},
"author": {
"name": "Hefty",
"email": "[email protected]"
},
"license": "MIT"
}