{
	"name": "shunter",
	"version": "4.2.3",
	"license": "LGPL-3.0",

	"description": "A Node.js application built to read JSON and translate it into HTML",
	"keywords": [ "proxy", "front-end", "dust", "templates", "asset pipeline", "renderer" ],

	"author": "Nature Publishing Group",
	"contributors": [
		"Adam Tavener (http://www.tavvy.co.uk/)",
		"Alex Kilgour (http://kil.gr/)",
		"Andrew Mee (http://andrewmee.com/)",
		"Andrew Walker (http://www.moddular.org/)",
		"Ben Miles (https://github.com/benmiles)",
		"Craig Webster (http://barkingiguana.com/)",
		"Darren Oakley (http://hocuspokus.net/)",
		"Dawn Budge (http://www.dawnbudge.co.uk/)",
		"Ettore Berardi (http://www.ettomatic.com)",
		"Glynn Phillips (http://www.glynnphillips.co.uk/)",
		"Hollie Kay (http://www.hollsk.co.uk/)",
		"Jack Watkins (https://github.com/sky-jack)",
		"John Ollier (https://github.com/johnollier)",
		"Jorge Epuñan (http://www.csslab.cl/)",
		"José Bolos (https://github.com/joseluisbolos)",
		"Jude Robinson (https://github.com/dotcode)",
		"Perry Harlock (http://www.phwebs.co.uk/)",
		"Phil Booth (https://github.com/philbooth)",
		"Prayag Verma (http://www.prayagverma.com/)",
		"Rowan Manning (http://rowanmanning.com/)",
		"Squil (https://github.com/squil)",
		"Thomas Franquelin (https://github.com/ostapneko)",
		"Yomi Colledge (http://baphled.wordpress.com)"
	],

	"repository": {
		"type": "git",
		"url": "https://github.com/springernature/shunter.git"
	},
	"homepage": "https://github.com/springernature/shunter",
	"bugs": "https://github.com/springernature/shunter/issues",

	"engines": {
		"node": ">=4 <=6"
	},
	"dependencies": {
		"async": "~2.0",
		"body-parser": "~1.15",
		"cheerio": "~0.20",
		"connect": "~3.4",
		"cookie-parser": "~1.4",
		"csswring": "~4.2",
		"dateformat": "~1.0",
		"dustjs-helpers": "~1.7",
		"dustjs-linkedin": ">=2.7.4",
		"each-module": "~1.2",
		"ejs": "^2.5.3",
		"extend": "~3.0",
		"gaze": "~1.1",
		"glob": "~7.1",
		"hasbin": "~1.2",
		"http-proxy": "~1.14",
		"jserve": "~2.0",
		"mincer": "~1.4",
		"mkdirp": "~0.5",
		"mocha-phantomjs-core": "~1.3",
		"postcss": "~5.1",
		"promised-io": "~0.3",
		"qs": "~6.2",
		"qs-middleware": "~1.0",
		"request": "~2.79",
		"saucelabs": "~1.2",
		"serve-static": "~1.11",
		"statsd-client": "~0.2",
		"uglify-js": "~2.7",
		"wd": "~1.0",
		"winston": "~2.2",
		"winston-syslog": "~1.2",
		"yargs": "~4.8"
	},
	"devDependencies": {
		"istanbul": "~0.4",
		"jscs": "^3",
		"jshint": "^2",
		"mocha": "^3",
		"mockery": "~1.4",
		"proclaim": "^3",
		"sinon": "^1"
	},

	"main": "./lib/shunter.js",
	"bin": {
		"shunter-build": "./bin/compile.js",
		"shunter-compile": "./bin/compile.js",
		"shunter-serve": "./bin/serve.js",
		"shunter-test-client": "./bin/test-client.js"
	},
	"scripts": {
		"test": "make test"
	}
}
