{
	"name": "setup-wizard",
	"version": "0.1.3",
  "main": "wizard.js",
  "author": "Emanuele Tamponi <emanuele.tamponi@gmail.com>",
	"description": "Show a Setup Wizard the first time you remix an application",
	"scripts": {
		"start": "node demo/server.js"
	},
	"dependencies": {
		"express": "^4.14.1",
		"hbs": "^4.0.1",
		"body-parser": "^1.16.1"
	},
	"engines": {
		"node": "6.9.1"
	},
	"repository": {
		"url": "https://gomix.com/#!/project/setup-wizard"
	},
	"keywords": [
		"node",
		"gomix",
		"express"
	]
}