{
	"name": "properties",
	"version": "1.2.1",
	"description": ".properties parser/stringifier",
	"keywords": ["properties", "ini", "parser", "stringifier", "config"],
	"author": "Gabriel Llamas <gagle@outlook.com>",
	"repository": "git://github.com/gagle/node-properties.git",
	"engines": {
		"node": ">=0.10"
	},
	"devDependencies": {
		"ini": "1.1.x",
		"speedy": "*",
		"js-yaml": "2.1.x"
	},
	"scripts": {
		"test": "node test/parse && node test/stringify"
	},
	"license": "MIT",
	"main": "lib"
}