forked from janmi/vue-citys-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 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
46
47
48
49
50
51
52
53
{
"name": "vue-citys-picker",
"version": "1.0.3",
"description": "移动端 vue 省市区选择组件",
"main": "dist/vue-citys-picker.js",
"style": "dist/vue-citys-picker.css",
"scripts": {
"start": "cooking watch",
"build": "cooking build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/janmi/vue-citys-picker.git"
},
"keywords": [
"address",
"picker",
"vue"
],
"author": "janmi",
"license": "ISC",
"bugs": {
"url": "https://github.com/janmi/vue-citys-picker/issues"
},
"homepage": "https://github.com/janmi/vue-citys-picker#readme",
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"cooking": "^1.0.0",
"cooking-lint": "^0.1.4",
"cooking-vue": "^0.5.2",
"css-loader": "^0.24.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"extract-text-webpack-plugin": "^1.0.0 || ^2.0.0-beta",
"file-loader": "^0.9.0",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.9.0",
"json-loader": "^0.5.4",
"postcss": "^5.1.0",
"postcss-loader": "^0.11.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.0 || ^2.1.0-beta",
"webpack-dev-server": "^1.14.0 || ^2.1.0-beta"
},
"dependencies": {
"anima-vue-scroller": "^1.1.9",
"vue": "^2.1.8"
}
}