{
	"name": "blackmagic",
	"version": "0.0.3",
	"description": "unknown",
	"homepage": "https://github.com/vanruesc/blackmagic",
	"main": "build/blackmagic.js",
	"jsnext:main": "src/index.js",
	"license": "Zlib",

	"keywords": [
		""
	],

	"author": {
		"name": "Raoul van Rüschen",
		"email": "vanruesc@outlook.de"
	},

	"repository": {
		"type": "git",
		"url": "https://github.com/vanruesc/blackmagic.git"
	},

	"bugs": {
		"url": "https://github.com/vanruesc/blackmagic/issues"
	},

	"scripts": {
		"test": "node grunt-cli.js"
	},

	"engines": {
		"node": ">= 4.0.0"
	},

	"dependencies": {
	},

	"devDependencies": {
		"grunt": ">= 0.4.0",
		"grunt-contrib-nodeunit": "x.x.x",
		"grunt-contrib-jshint": "x.x.x",
		"grunt-contrib-uglify": "x.x.x",
		"grunt-contrib-yuidoc": "x.x.x",
		"grunt-contrib-clean": "x.x.x",
		"grunt-contrib-copy": "x.x.x",
		"grunt-lemon": "x.x.x",
		"grunt-rollup": "x.x.x",
		"rollup-plugin-node-resolve": "x.x.x",
		"rollup-plugin-string": "x.x.x"
	},

	"peerDependencies": {
		"grunt": ">= 0.4.0"
	}
}
