-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
34 lines (34 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
{
"name": "simple-sitemap",
"version": "0.0.2",
"description": "A simple sitemap module that supports sites larger than 50,000 pages and automatically submits to Bing and Google.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"index.js",
"README.md",
"package.json"
],
"keywords": ["sitemaps", "sitemap", "create sitemap", "submit to Google", "submit to Bing"],
"homepage": "https://github.com/fetchlogic/simple-sitemap",
"repository": {
"type": "git",
"url": "https://github.com/fetchlogic/simple-sitemap"
},
"bugs": "https://github.com/fetchlogic/simple-sitemap/issues",
"author": "Justin Davis (http://justindavis.co)",
"contributors" : [
{
"name": "Josh Sherman",
"url": "http://joshtronic.com"
}
],
"license": "ISC",
"dependencies": {
"async": "^0.9.0",
"xhr2": "0.1.0",
"util": "0.10.3"
}
}