-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
45 lines (45 loc) · 1.18 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-gmaps",
"description": "Vue.js plugin that allow search address and places using Google Maps API",
"main": "dist/index.js",
"scripts": {
"build": "webpack --progress --colors",
"commit": "./node_modules/.bin/git-cz",
"test": "standard --verbose | snazzy",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"keywords": [
"vue",
"google-maps-api",
"vue.js",
"google-maps"
],
"repository": {
"type": "git",
"url": "https://github.com/Ridermansb/vue-gmaps.git"
},
"bugs": {
"url": "https://github.com/Ridermansb/vue-gmaps/issues"
},
"author": "ridermansb <[email protected]> (http://ridermansb.me)",
"license": "GNU AGPLv3",
"dependencies": {
"load-google-maps-api": "0.0.2"
},
"devDependencies": {
"babel-core": "6.17.0",
"babel-loader": "6.2.5",
"babel-preset-es2015": "6.16.0",
"cz-conventional-changelog": "1.2.0",
"semantic-release": "^19.0.3",
"snazzy": "5.0.0",
"standard": "8.3.0",
"standard-loader": "5.0.0",
"webpack": "1.13.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}