forked from scaccogatto/vue-geolocation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 695 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 695 Bytes
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
{
"name": "vue-browser-geolocation",
"version": "1.8.0",
"description": "simple geolocation plugin",
"author": {
"name": "Marco Boffo",
"email": "marcoboffo.waves@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/scaccogatto/vue-geolocation.git"
},
"main": "dist/vue-geolocation.js",
"license": "MIT",
"scripts": {
"start": "webpack --config webpack.config.js",
"test": "mocha"
},
"dependencies": {
"vue": "^2.0.1"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-latest": "^6.16.0",
"mocha": "^5.2.0",
"mocha-jsdom": "1.1.0",
"webpack": "^2.3.2"
}
}