-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.22 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
{
"license": "MIT",
"author": {
"name": "Pulilab",
"email": "hosting@pulilab.com",
"website": "http://www.pulilab.com"
},
"name": "vuex-geolocation",
"version": "1.2.0",
"description": "A vuex plugin to seamlessly integrate the geo-location service",
"keywords": [
"vuejs",
"vuex",
"geolocation"
],
"main": "dist/vuex-geolocation.js",
"scripts": {
"dev": "poi",
"build": "rm -rf dist && rm -rf docs/code && poi build && cp -r dist docs/code",
"test": "jest --watch"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-jest": "^22.2.2",
"cross-env": "^5.1.3",
"eslint": "^4.13.1",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-html": "^4.0.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.12.2",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"jest": "^22.3.0",
"poi": "^9.6.3",
"regenerator-runtime": "^0.11.1"
},
"dependencies": {
"vue": "^2.5.13",
"vuex": "^3.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/pulilab/vuex-geolocation"
},
"files": [
"dist"
]
}