{
	"name": "export",
	"title": "ExportJS",
	"version": "0.1.337",
	"description": "A tool that helps you publish and export your JavaScripts to other environments by wrapping them in an IIFE. Or UMD in the future.",
	"preferGlobal": true,

	"author": {
		"name": "Andri Möll",
		"email": "andri@dot.ee",
		"url": "http://themoll.com"
	},

	"license": "LAGPL",

	"main": "index.js",
	"bin": {"exportjs": "./bin/exportjs"},

	"dependencies": {
		"nopt": "2.1.x",
		"underscore": "1.4.x"
	}
}
