forked from pespantelis/vue-location-picker
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "vue2-google-location-picker",
"version": "1.0.2",
"author": "Becchetti Luca <[email protected]>",
"license": "MIT",
"description": "Location Picker component for Vue 2",
"keywords": [
"vue",
"location",
"picker",
"googlemaps"
],
"main": "src/LocationPicker.vue",
"repository": {
"type": "git",
"url": "https://github.com/lucabecchetti/vue2-location-picker.git"
},
"bugs": "https://github.com/lucabecchetti/vue2-location-picker.git/issues",
"homepage": "https://github.com/lucabecchetti/vue2-location-picker/",
"dependencies": {
"vue": "^1.0.0",
"babel-runtime": "^5.8.0"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.0.0",
"cross-env": "^1.0.6",
"css-loader": "^0.23.0",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.0.0",
"vue-loader": "^8.2.1",
"vue-style-loader": "^1.0.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
}
}