{
	"name": "raze",
	"version": "0.34.0",
	"description": "Convert entity to Array instance.",
	"main": "raze.js",
	"support": "raze.support.js",
	"deploy": "raze.deploy.js",
	"browser": "raze.deploy.js",
	"scripts": {
		"build": "babel raze.js --out-file raze.support.js --source-maps && webpack --progress --display-modules",
		"test": "mocha raze-test.js"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/volkovasystems/raze.git"
	},
	"keywords": [
		"convert",
		"array-like",
		"data",
		"structure",
		"Array",
		"instance",
		"raze"
	],
	"author": "Richeve S. Bebedor <richeve.bebedor@gmail.com>",
	"contributors": [
		"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
		"Vinse Vinalon <vinsevinalon@gmail.com>"
	],
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/volkovasystems/raze/issues"
	},
	"homepage": "https://github.com/volkovasystems/raze#readme",
	"dependencies": {
		"babel-runtime": "^6.23.0"
	},
	"devDependencies": {
		"babel-cli": "^6.24.1",
		"babel-core": "^6.25.0",
		"babel-plugin-transform-runtime": "^6.23.0",
		"babel-preset-latest": "^6.24.1",
		"source-map-loader": "^0.2.1",
		"webpack": "^3.3.0"
	}
}
