Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pgilad committed Apr 24, 2014
1 parent 941b7e2 commit a33b9e5
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.npmignore
.travis.yml
gulpfile.js
node_modules
node_modules/
npm-debug.log
sitemap.xml
test/
88 changes: 44 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"name": "gulp-sitemap",
"version": "0.2.1",
"description": "Generate a search engine friendly sitemap.xml using a Gulp stream",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pgilad/gulp-sitemap"
},
"homepage": "https://github.com/pgilad/gulp-sitemap",
"bugs": "https://github.com/pgilad/gulp-sitemap/issues",
"author": {
"name": "Gilad Peleg",
"email": "[email protected]"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"watchTest": "mocha -R spec --watch test/test.js",
"test": "mocha test/test.js"
},
"main": "index.js",
"keywords": [
"gulpplugin",
"gulp",
"js",
"javascript",
"seo",
"sitemap",
"sitemap.xml",
"google",
"search-engine",
"xml"
],
"dependencies": {
"gulp-util": "~2.2.12",
"through2": "~0.4.0",
"slash": "^0.1.1"
},
"devDependencies": {
"gulp": "^3.6.0",
"mocha": "*",
"should": "^3.2.0"
}
"name": "gulp-sitemap",
"version": "0.2.1",
"description": "Generate a search engine friendly sitemap.xml using a Gulp stream",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pgilad/gulp-sitemap"
},
"homepage": "https://github.com/pgilad/gulp-sitemap",
"bugs": "https://github.com/pgilad/gulp-sitemap/issues",
"author": {
"name": "Gilad Peleg",
"email": "[email protected]"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"watchTest": "mocha -R spec --watch test/test.js",
"test": "mocha test/test.js"
},
"main": "index.js",
"keywords": [
"gulpplugin",
"gulp",
"js",
"javascript",
"seo",
"sitemap",
"sitemap.xml",
"google",
"search-engine",
"xml"
],
"dependencies": {
"gulp-util": "~2.2.12",
"through2": "~0.4.0",
"slash": "^0.1.1"
},
"devDependencies": {
"gulp": "^3.6.0",
"mocha": "*",
"should": "^3.2.0"
}
}

0 comments on commit a33b9e5

Please sign in to comment.