-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "nuxt-google-maps-module",
"version": "1.6.0",
"description": "NuxtJS module to import Google Maps",
"license": "MIT",
"contributors": [
{
"name": "William DA SILVA <william.da.silva@outlook.com>"
}
],
"main": "dist/module.js",
"repository": "https://github.com/WilliamDASILVA/nuxt-google-maps-module",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "babel src -d dist --copy-files",
"lint": "eslint src test",
"test": "ava test/*.test.js --serial --verbose",
"release": "standard-version && git push --follow-tags && npm publish"
},
"files": [
"dist"
],
"dependencies": {},
"devDependencies": {
"ava": "^0.24.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-minify": "^0.2.0",
"babel-preset-stage-3": "^6.24.1",
"eslint": "^4.14.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-jest": "^21.7.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"har-validator": "^5.1.0",
"jsdom": "^11.5.1",
"nuxt": "^1.1.1",
"nuxt-module-builder": "latest",
"qs": "^6.5.1"
}
}