{
	"name": "ractive-route",
	"version": "0.3.13",
	"description": "Routing library for Ractive.js",
	"homepage": "https://github.com/MartinKolarik/ractive-route/",
	"github": "https://github.com/MartinKolarik/ractive-route/",
	"main": "ractive-route.js",
	"module": "ractive-route.mjs",
	"keywords": [
		"ractive",
		"routing",
		"router"
	],
	"author": {
		"name": "Martin Kolárik",
		"email": "martin@kolarik.sk",
		"url": "https://kolarik.sk"
	},
	"license": "MIT",
	"devDependencies": {
		"chai": "3.0.0",
		"grunt": "0.4.5",
		"grunt-cli": "^1.5.0",
		"grunt-contrib-uglify": "5.2.2",
		"mocha": "2.2.5",
		"mocha-phantomjs": "3.5.3",
		"phantomjs": "1.9.20",
		"ractive": "0.7.3",
		"rewire": "2.3.4"
	},
	"scripts": {
		"build": "grunt",
		"test": "mocha && mocha-phantomjs test/tests.html"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/MartinKolarik/ractive-route.git"
	},
	"bugs": {
		"url": "https://github.com/MartinKolarik/ractive-route/issues/"
	}
}
