{
	"name": "catberry-uri",
	"version": "3.2.2",
	"author": "Denis Rechkunov <denis.rechkunov@gmail.com>",
	"description": "URI parser strictly according to RFC 3986",
	"homepage": "https://github.com/catberry/catberry-uri",
	"keywords": [
		"URI",
		"URL",
		"URN",
		"parser",
		"RFC 3986"
	],
	"bugs": {
		"url": "https://github.com/catberry/catberry-uri/issues",
		"email": "denis.rechkunov@gmail.com"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/catberry/catberry-uri.git"
	},
	"main": "./index.js",
	"devDependencies": {
		"istanbul": "~0.4.5",
		"codecov": "^2.1.0",
		"mocha": "^3.2.0",
		"eslint": "^3.18.0"
	},
	"engines": {
		"node": ">=4"
	},
	"scripts": {
		"test": "make"
	},
	"license": "MIT"
}
