Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgilad committed Jun 21, 2014
1 parent 405daf6 commit 5296da7
Showing 1 changed file with 50 additions and 50 deletions.
100 changes: 50 additions & 50 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
{
"name": "gulp-sitemap",
"version": "0.2.6",
"description": "Generate a search engine friendly sitemap.xml using a Gulp stream",
"license": "MIT",
"repository": {
"type": "git",
"url": "https:/pgilad/gulp-sitemap"
},
"homepage": "https:/pgilad/gulp-sitemap",
"bugs": "https:/pgilad/gulp-sitemap/issues",
"author": {
"name": "Gilad Peleg",
"email": "[email protected]"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"LICENSE.md",
"lib"
],
"scripts": {
"watchTest": "mocha -R spec --watch test/test.js",
"test": "mocha test/test.js -R spec"
},
"main": "index.js",
"keywords": [
"gulpplugin",
"gulp",
"js",
"javascript",
"seo",
"sitemap",
"sitemap.xml",
"google",
"search-engine",
"xml"
],
"dependencies": {
"gulp-util": "~2.2.12",
"lodash.defaults": "^2.4.1",
"slash": "^0.1.3",
"through2": "^0.5.1"
},
"devDependencies": {
"gulp": "^3.6.2",
"mocha": "^1.19.0",
"should": "^4.0.4"
}
"name": "gulp-sitemap",
"version": "0.3.0",
"description": "Generate a search engine friendly sitemap.xml using a Gulp stream",
"license": "MIT",
"repository": {
"type": "git",
"url": "https:/pgilad/gulp-sitemap"
},
"homepage": "https:/pgilad/gulp-sitemap",
"bugs": "https:/pgilad/gulp-sitemap/issues",
"author": {
"name": "Gilad Peleg",
"email": "[email protected]"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"LICENSE.md",
"lib"
],
"scripts": {
"watchTest": "mocha -R spec --watch test/test.js",
"test": "mocha test/test.js -R spec"
},
"main": "index.js",
"keywords": [
"gulpplugin",
"gulp",
"js",
"javascript",
"seo",
"sitemap",
"sitemap.xml",
"google",
"search-engine",
"xml"
],
"dependencies": {
"gulp-util": "~2.2.12",
"lodash.defaults": "^2.4.1",
"slash": "^0.1.3",
"through2": "^0.5.1"
},
"devDependencies": {
"gulp": "^3.6.2",
"mocha": "^1.19.0",
"should": "^4.0.4"
}
}

0 comments on commit 5296da7

Please sign in to comment.