-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
42 lines (42 loc) · 844 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
39
40
41
42
{
"name": "grunt-sitemap",
"description": "Grunt sitemap generator plugin",
"version": "2.0.1",
"homepage": "https://github.com/RayViljoen/grunt-sitemap",
"author": {
"name": "Ray Viljoen",
"email": "rayviljoen@me.com",
"url": "rayviljoen.github.com"
},
"repository": {
"type": "git",
"url": "https://github.com/RayViljoen/grunt-sitemap.git"
},
"bugs": {
"url": "https://github.com/RayViljoen/grunt-sitemap/issues"
},
"license": "MIT",
"keywords": [
"gruntplugin",
"sitemap",
"seo"
],
"engines": {
"node": ">=6"
},
"scripts": {
"eslint": "eslint .",
"test": "npm run eslint"
},
"dependencies": {},
"devDependencies": {
"eslint": "^5.9.0",
"grunt": "^1.0.3"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"files": [
"tasks/*.js"
]
}