{
	"name": "nice-xml",
	"version": "0.1.1",
	"description": "XML to JS native objects bidirectional converver",
	"keywords": ["xml", "converter", "parser"],
	"main": "./lib/index",
	"license": "MIT",
	"author": {
		"name": "Vladimir Andreev",
		"email": "volodya@netfolder.ru"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/tucan/nice-xml.git"
	},
	"dependencies": {
		"sax": "0.x"
	},
	"devDependencies": {
		"coffee-script": "1.x"
	},
	"scripts": {
		"prepublish": "./node_modules/.bin/coffee -c -b -o lib src"
	}
}
