{
	"name": "arid",
	"version": "0.30.0",
	"description": "Check if array is absolutely empty.",
	"main": "arid.js",
	"support": "arid.support.js",
	"deploy": "arid.deploy.js",
	"browser": "arid.deploy.js",
	"scripts": {
		"build": "babel arid.js --out-file arid.support.js --source-maps && webpack --progress --display-modules",
		"pristine": "rsetmod clean && flxc execute ./.install.sh",
		"clear": "rsetmod clean --clear",
		"formal": "jesy apply '*.json'",
		"pretest": "npm run clear && npm run build",
		"test": "node arid-test.js",
		"posttest": "npm run formal"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/volkovasystems/arid.git"
	},
	"keywords": [
		"check",
		"array",
		"empty",
		"arid"
	],
	"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/arid/issues"
	},
	"homepage": "https://github.com/volkovasystems/arid#readme",
	"dependencies": {
		"arkount": "^0.12.0",
		"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"
	}
}