-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 880 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
{
"name": "v_sitemap",
"version": "0.0.02",
"description": "Simple XML Sitemap Generator. Uses array of links and provides sitemapindex and urlset.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sample": "bash -c \"node sample.run.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/V-core9/v_sitemap.git"
},
"keywords": [
"v_sitemap",
"sitemap",
"generator",
"xml sitemap",
"xml sitemap generator",
"sitemap generator",
"v-core9"
],
"author": "V-core9",
"license": "ISC",
"bugs": {
"url": "https://github.com/V-core9/v_sitemap/issues"
},
"homepage": "https://github.com/V-core9/v_sitemap#readme",
"dependencies": {
"v_file_system": "^1.0.5"
}
}