forked from sintaxi/harp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version bump v0.24.0. updates dependencies removing dep warnings. tes…
…ted on node v8.x
- Loading branch information
Showing
1 changed file
with
29 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,36 @@ | ||
{ | ||
"name": "harp", | ||
"version": "0.23.0", | ||
"version": "0.24.0", | ||
"description": "Static web server with built in preprocessing", | ||
"author": "Brock Whitten <[email protected]>", | ||
"contributors": | ||
[ "Brock Whitten <[email protected]>" | ||
, "Rob Ellis <[email protected]>" | ||
, "Jorge Pedret <[email protected]>" | ||
, "Michael Brooks <[email protected]>" | ||
, "Tommy-Carlos Williams <[email protected]>" | ||
, "Darryl Pogue <[email protected]>" | ||
, "Boris Mann <[email protected]>" | ||
, "Kenneth Ormandy <[email protected]>" | ||
, "Keith Yao <[email protected]>" | ||
, "Eric Drechsel <[email protected]>" | ||
, "Andrew Hobden <[email protected]>" | ||
, "Max Melentiev <[email protected]>" | ||
, "Remy Sharp <[email protected]>" | ||
, "Zeke Sikelianos <[email protected]>" | ||
, "Marc Knaup <[email protected]>" | ||
, "Jurgen Van de Moere <[email protected]>" | ||
"contributors": [ | ||
"Brock Whitten <[email protected]>", | ||
"Rob Ellis <[email protected]>", | ||
"Jorge Pedret <[email protected]>", | ||
"Michael Brooks <[email protected]>", | ||
"Tommy-Carlos Williams <[email protected]>", | ||
"Darryl Pogue <[email protected]>", | ||
"Boris Mann <[email protected]>", | ||
"Kenneth Ormandy <[email protected]>", | ||
"Keith Yao <[email protected]>", | ||
"Eric Drechsel <[email protected]>", | ||
"Andrew Hobden <[email protected]>", | ||
"Max Melentiev <[email protected]>", | ||
"Remy Sharp <[email protected]>", | ||
"Zeke Sikelianos <[email protected]>", | ||
"Marc Knaup <[email protected]>", | ||
"Jurgen Van de Moere <[email protected]>" | ||
], | ||
"keywords": [ | ||
"static web server", | ||
"static site generator", | ||
"sass", "less", "stylus", "markdown", "jade", "ejs", "coffeescript" | ||
"sass", | ||
"less", | ||
"stylus", | ||
"markdown", | ||
"jade", | ||
"ejs", | ||
"coffeescript" | ||
], | ||
"homepage": "http://harpjs.com", | ||
"bugs": "http://github.com/sintaxi/harp/issues", | ||
|
@@ -41,17 +47,17 @@ | |
"envy-json": "0.2.1", | ||
"escape-html": "1.0.3", | ||
"fs-extra": "0.18.2", | ||
"mime": "1.2.11", | ||
"mime": "1.3.6", | ||
"parseurl": "1.3.0", | ||
"pause": "0.1.0", | ||
"send": "0.13.0", | ||
"terraform": "1.3.0" | ||
"terraform": "1.4.0" | ||
}, | ||
"devDependencies": { | ||
"cheerio": "0.19.0", | ||
"mocha": "1.21.5", | ||
"mocha": "3.4.2", | ||
"nixt": "0.4.1", | ||
"request": "2.61.0", | ||
"request": "2.81.0", | ||
"should": "3.3.2" | ||
}, | ||
"scripts": { | ||
|