Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed May 24, 2016
1 parent 7bc0327 commit 6f78d88
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 39 deletions.
99 changes: 65 additions & 34 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,59 +1,75 @@
{
"name": "templates",
"description": "System for creating and managing template collections, and rendering templates with any node.js template engine. Can be used as the basis for creating a static site generator or blog framework.",
"repository": "jonschlinkert/templates",
"license": "MIT",
"version": "0.18.3",
"homepage": "https://github.com/jonschlinkert/templates",
"authors": [
"Jon Schlinkert (https://github.com/jonschlinkert)"
],
"repository": "jonschlinkert/templates",
"bugs": {
"url": "https://github.com/jonschlinkert/templates/issues"
},
"license": "MIT",
"files": [
"index.js",
"lib"
],
"dependencies": {
"array-sort": "^0.1.1",
"base-data": "^0.3.3",
"base-methods": "^0.6.1",
"base-options": "^0.5.4",
"base-plugins": "^0.4.1",
"array-sort": "^0.1.2",
"async-each": "^1.0.0",
"base": "^0.8.1",
"base-data": "^0.5.0",
"base-option": "^0.8.2",
"base-plugins": "^0.4.12",
"clone": "^1.0.2",
"clone-stats": "0.0.1",
"clone-stats": "^1.0.0",
"debug": "^2.2.0",
"deep-bind": "^0.3.0",
"define-property": "^0.2.5",
"en-route": "^0.7.3",
"en-route": "^0.7.5",
"engine-base": "^0.1.2",
"engine-cache": "^0.16.1",
"export-files": "^2.1.0",
"engine-cache": "^0.16.2",
"export-files": "^2.1.1",
"extend-shallow": "^2.0.1",
"falsey": "^0.3.0",
"get-value": "^2.0.5",
"get-view": "^0.1.1",
"group-array": "^0.3.0",
"has-glob": "^0.1.1",
"inflection": "^1.8.0",
"is-buffer": "^1.1.0",
"layouts": "^0.10.6",
"lazy-cache": "^0.2.4",
"load-helpers": "^0.2.9",
"paginationator": "^0.1.2",
"has-value": "^0.3.1",
"inflection": "^1.10.0",
"layouts": "^0.11.0",
"lazy-cache": "^2.0.1",
"load-helpers": "^0.2.10",
"match-file": "^0.2.0",
"mixin-deep": "^1.1.3",
"paginationator": "^0.1.3",
"pascalcase": "^0.1.1",
"set-value": "^0.3.3",
"template-error": "^0.1.2",
"vinyl": "^1.1.0"
"vinyl": "^1.1.1"
},
"devDependencies": {
"ansi-green": "^0.1.1",
"ansi-red": "^0.1.1",
"ansi-yellow": "^0.1.1",
"async": "^1.5.0",
"consolidate": "^0.13.1",
"coveralls": "^2.11.4",
"consolidate": "^0.14.0",
"engine-handlebars": "^0.8.0",
"ent": "^2.2.0",
"event-stream": "^3.3.2",
"get-value": "^2.0.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.0",
"gulp-istanbul": "^0.10.2",
"find-pkg": "^0.1.1",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-format-md": "^0.1.7",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"istanbul": "^0.4.0",
"gulp-unused": "^0.1.2",
"is-buffer": "^1.1.3",
"kind-of": "^3.0.2",
"load-pkg": "^2.0.1",
"look-up": "^0.8.2",
"mocha": "^2.3.4",
"mocha": "^2.4.5",
"parser-front-matter": "^1.3.0",
"resolve-glob": "^0.1.7",
"should": "^7.1.1",
"remarkable": "^1.6.2",
"resolve-glob": "^0.1.8",
"should": "^8.3.1",
"swig": "^1.4.2"
},
"keywords": [
Expand All @@ -69,5 +85,20 @@
"render",
"template",
"templates"
],
"lintDeps": {
"ignore": [
"coverage"
]
},
"ignore": [
"actual",
"bower_components",
"fixtures",
"node_modules",
"temp",
"test",
"test.js",
"tmp"
]
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"array-sort": "^0.1.2",
"async-each": "^1.0.0",
"base": "^0.8.1",
"base-data": "^0.4.4",
"base-option": "^0.7.0",
"base-plugins": "^0.4.10",
"base-data": "^0.5.0",
"base-option": "^0.8.2",
"base-plugins": "^0.4.12",
"clone": "^1.0.2",
"clone-stats": "^1.0.0",
"debug": "^2.2.0",
Expand Down Expand Up @@ -67,15 +67,15 @@
"gulp-format-md": "^0.1.7",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"gulp-unused": "^0.1.2",
"is-buffer": "^1.1.3",
"kind-of": "^3.0.2",
"mocha": "^2.4.5",
"parser-front-matter": "^1.3.0",
"remarkable": "^1.6.2",
"resolve-glob": "^0.1.8",
"should": "^8.3.1",
"swig": "^1.4.2",
"through2": "^2.0.1"
"swig": "^1.4.2"
},
"keywords": [
"compile",
Expand Down

0 comments on commit 6f78d88

Please sign in to comment.