{
	"name": "kvparser",
	"version": "1.0.2",
	"description": "Parses VDF/KeyValues, used Steam and Source engine games",
	"main": "index.js",
	"repository": {
		"type": "git",
		"url": "git://github.com/DoctorMcKay/node-kvparser"
	},
	"bugs": {
		"url": "https://github.com/DoctorMcKay/node-kvparser/issues"
	},
	"homepage": "https://github.com/DoctorMcKay/node-kvparser",
	"keywords": [
		"steam",
		"valve",
		"keyvalues",
		"vdf"
	],
	"author": {
		"name": "Alex Corn",
		"email": "mckay@doctormckay.com",
		"url": "https://www.doctormckay.com"
	},
	"license": "MIT",
	"scripts": {
		"test": "node test/test.js"
	},
	"engines": {
		"node": ">=4.0.0"
	}
}
