-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 947 Bytes
/
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
{
"name": "nuxt-seo-module",
"version": "1.0.0",
"description": " Nuxt Module that generate sitemap, robot.txt and many things like that",
"main": "src/index.js",
"scripts": {
"lint": "eslint **/*.js",
"test": "npm run lint && mocha -R nyan --recursive src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FBerthelot/nuxt-seo-module.git"
},
"keywords": [
"nuxt",
"vuejs",
"seo"
],
"author": "FBerthelot",
"license": "MIT",
"bugs": {
"url": "https://github.com/FBerthelot/nuxt-seo-module/issues"
},
"homepage": "https://github.com/FBerthelot/nuxt-seo-module#readme",
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.17.0",
"eslint-config-xo-space": "^0.17.0",
"mocha": "^5.0.0",
"proxyquire": "^1.8.0"
},
"dependencies": {
"debug": "^3.1.0",
"is-https": "^1.0.0",
"nuxt-robots-module": "1.1.0",
"sitemap": "^1.13.0"
}
}